lib/classifier: Clean up includes.
authorJarno Rajahalme <jrajahalme@nicira.com>
Wed, 11 Jun 2014 18:07:43 +0000 (11:07 -0700)
committerJarno Rajahalme <jrajahalme@nicira.com>
Wed, 11 Jun 2014 18:09:51 +0000 (11:09 -0700)
Remove unnecessary includes from lib/classifier.h and add them to
lib/classifier.c as needed.

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
lib/classifier.c
lib/classifier.h

index 1e66a83..7bad3ac 100644 (file)
 #include "dynamic-string.h"
 #include "flow.h"
 #include "hash.h"
+#include "hindex.h"
+#include "hmap.h"
+#include "list.h"
 #include "odp-util.h"
 #include "ofp-util.h"
 #include "ovs-thread.h"
 #include "packets.h"
+#include "tag.h"
+#include "util.h"
 #include "vlog.h"
 
 VLOG_DEFINE_THIS_MODULE(classifier);
index a89c562..326ca08 100644 (file)
  * by a single writer. */
 
 #include "fat-rwlock.h"
-#include "flow.h"
-#include "hindex.h"
-#include "hmap.h"
-#include "list.h"
 #include "match.h"
 #include "meta-flow.h"
-#include "tag.h"
-#include "openflow/nicira-ext.h"
-#include "openflow/openflow.h"
-#include "ovs-thread.h"
-#include "util.h"
 
 #ifdef __cplusplus
 extern "C" {