Signed-off-by: Ben Pfaff <b...@nicira.com> --- lib/nx-match.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/lib/nx-match.c b/lib/nx-match.c index a91d56b..916d00d 100644 --- a/lib/nx-match.c +++ b/lib/nx-match.c @@ -20,7 +20,7 @@ #include <netinet/icmp6.h> -#include "classifier.h" +#include "byte-order.h" #include "dynamic-string.h" #include "meta-flow.h" #include "ofp-actions.h" @@ -28,9 +28,6 @@ #include "ofp-util.h" #include "ofpbuf.h" #include "openflow/nicira-ext.h" -#include "packets.h" -#include "unaligned.h" -#include "util.h" #include "vlog.h" VLOG_DEFINE_THIS_MODULE(nx_match); -- 1.7.10.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev