projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54e05b5
)
ofp-print: Properly order #includes.
author
Ben Pfaff
<blp@nicira.com>
Fri, 12 Feb 2010 20:41:56 +0000
(12:41 -0800)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/lib/ofp-print.c
b/lib/ofp-print.c
index e227129927e1cb60da1150f90dc4c06f98739539..4997a0a1e209e2d4fb34e081e482a230b4d9bf28 100644
(file)
--- 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);