summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-02-12 12:41:56 -0800
committerBen Pfaff <blp@nicira.com>2010-02-12 13:56:15 -0800
commite5f1d483899c1d43709262650cd001e169efc0b4 (patch)
tree37f6059ec53b01898632bb834b7c44a1326f73ce
parent54e05b5f6f7d3504dc74a73dcf9707cbdb28d1d1 (diff)
downloadopenvswitch-e5f1d483899c1d43709262650cd001e169efc0b4.tar.gz
ofp-print: Properly order #includes.
From Jean Tourrilhes <jt@hpl.hp.com>.
-rw-r--r--lib/ofp-print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ofp-print.c b/lib/ofp-print.c
index e22712992..4997a0a1e 100644
--- a/lib/ofp-print.c
+++ b/lib/ofp-print.c
@@ -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);