ofp-parse: Remove unneeded #include.
authorBen Pfaff <blp@ovn.org>
Fri, 26 Feb 2016 22:42:58 +0000 (14:42 -0800)
committerBen Pfaff <blp@ovn.org>
Sat, 27 Feb 2016 00:01:41 +0000 (16:01 -0800)
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Justin Pettit <jpettit@ovn.org>
lib/ofp-parse.h

index a1c147b..e1ebee7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2011, 2012, 2013, 2014, 2015 Nicira, Inc.
+ * Copyright (c) 2010, 2011, 2012, 2013, 2014, 2015, 2016 Nicira, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -24,7 +24,6 @@
 #include <stdio.h>
 #include "compiler.h"
 #include "openvswitch/types.h"
-#include "packets.h"
 
 struct flow;
 struct ofpbuf;