[ovs-dev] [PATCH 1/3] ofp-msgs: Remove unnecessary #include.

Yi-Hung Wei yihung.wei at gmail.com
Sat Feb 18 01:47:43 UTC 2017


Remove unnecessary #include in ofp-msgs.h so that make will not complain.

Signed-off-by: Yi-Hung Wei <yihung.wei at gmail.com>
---
 include/openvswitch/ofp-msgs.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/openvswitch/ofp-msgs.h b/include/openvswitch/ofp-msgs.h
index ffb88b3..07fd8aa 100644
--- a/include/openvswitch/ofp-msgs.h
+++ b/include/openvswitch/ofp-msgs.h
@@ -40,7 +40,6 @@
 
 #include "openvswitch/ofp-errors.h"
 #include "openvswitch/types.h"
-#include "util.h"
 
 struct ovs_list;
 
-- 
2.7.4



More information about the dev mailing list