openflow: Remove vestigial support for including from kernel.
authorBen Pfaff <blp@nicira.com>
Tue, 16 Nov 2010 19:06:25 +0000 (11:06 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 2 Dec 2010 22:57:04 +0000 (14:57 -0800)
This header hasn't been included into the kernel code in ages.

include/openflow/openflow.h

index 3db5d35..5f1dd60 100644 (file)
 #ifndef OPENFLOW_OPENFLOW_H
 #define OPENFLOW_OPENFLOW_H 1
 
-#ifdef __KERNEL__
-#include <linux/types.h>
-#else
 #include <stdint.h>
-#endif
 
 #ifdef SWIG
 #define OFP_ASSERT(EXPR)        /* SWIG can't handle OFP_ASSERT. */