tnl-arp-cache: Include tnl-arp-cache.h as first header.
authorThadeu Lima de Souza Cascardo <cascardo@redhat.com>
Thu, 22 Oct 2015 17:28:56 +0000 (15:28 -0200)
committerBen Pfaff <blp@ovn.org>
Tue, 10 Nov 2015 18:02:09 +0000 (10:02 -0800)
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/tnl-arp-cache.c

index 85de312..d817d66 100644 (file)
@@ -15,6 +15,9 @@
  */
 
 #include <config.h>
+
+#include "tnl-arp-cache.h"
+
 #include <inttypes.h>
 #include <netinet/icmp6.h>
 #include <stdlib.h>
@@ -33,7 +36,6 @@
 #include "seq.h"
 #include "socket-util.h"
 #include "timeval.h"
-#include "tnl-arp-cache.h"
 #include "unaligned.h"
 #include "unixctl.h"
 #include "util.h"