ofp-print: Properly order #includes.
authorBen Pfaff <blp@nicira.com>
Fri, 12 Feb 2010 20:41:56 +0000 (12:41 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 12 Feb 2010 21:56:15 +0000 (13:56 -0800)
From Jean Tourrilhes <jt@hpl.hp.com>.

lib/ofp-print.c

index e227129..4997a0a 100644 (file)
@@ -16,7 +16,6 @@
 
 #include <config.h>
 #include "ofp-print.h"
-#include "xtoxll.h"
 
 #include <errno.h>
 #include <inttypes.h>
@@ -35,6 +34,7 @@
 #include "packets.h"
 #include "pcap.h"
 #include "util.h"
+#include "xtoxll.h"
 
 static void ofp_print_port_name(struct ds *string, uint16_t port);