diff options
author | Thadeu Lima de Souza Cascardo <cascardo@redhat.com> | 2015-09-29 19:09:15 -0300 |
---|---|---|
committer | Ben Pfaff <blp@nicira.com> | 2015-09-29 15:27:58 -0700 |
commit | 3655f492fb4f77c336e7e593ac4fd389ca8054a3 (patch) | |
tree | 70f09e03113c6acbff4fcb7abe93c4bf07563a8f /lib | |
parent | 6448a693fc66cd466249a323d903d77b1f279085 (diff) | |
download | openvswitch-3655f492fb4f77c336e7e593ac4fd389ca8054a3.tar.gz |
tnl-ports: Include tnl-ports.h as first header.
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tnl-ports.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/tnl-ports.c b/lib/tnl-ports.c index 59d5354a9..60dc06f2c 100644 --- a/lib/tnl-ports.c +++ b/lib/tnl-ports.c @@ -15,6 +15,9 @@ */ #include <config.h> + +#include "tnl-ports.h" + #include <stddef.h> #include <stdint.h> @@ -26,7 +29,6 @@ #include "ovs-thread.h" #include "odp-util.h" #include "tnl-arp-cache.h" -#include "tnl-ports.h" #include "ovs-thread.h" #include "unixctl.h" #include "util.h" |