diff --git a/test/test-udp-pings.c b/test/test-udp-pings.c index bae3697..14de3c9 100644 --- a/test/test-udp-pings.c +++ b/test/test-udp-pings.c @@ -2,9 +2,9 @@ #include #include -#include "win.h" -#include "error.h" #include "epoll.h" +#include "error.h" +#include "win.h" static const char PING[] = "PING"; static const int NUM_PINGERS = 1000;