]> git.sesse.net Git - greproxy/blobdiff - greprotocol.h
Run include-what-you-use.
[greproxy] / greprotocol.h
index 621553400ca2365fc3636fe4cebd746a492da5e3..9cec54b7658897e0a98f158d2ff130998e0cc9e7 100644 (file)
@@ -1,12 +1,13 @@
 #ifndef _GREPROTOCOL_H
 #define _GREPROTOCOL_H
 
-#include "protocol.h"
-
 #include <arpa/inet.h>
+#include <netinet/in.h>
 #include <stdint.h>
 #include <string>
 
+#include "protocol.h"
+
 class Reorderer;
 
 class GREProtocol : public Protocol {