--- openflow-2009-07-16.h	2015-07-23 09:54:15.744479305 -0700
+++ openflow-2009-07-16-2.h	2015-07-23 09:54:15.748479305 -0700
@@ -50,8 +50,7 @@
         extern int (*build_assert(void))[ sizeof(struct {               \
                     unsigned int build_assert_failed : (EXPR) ? 1 : -1; })]
 #else /* __cplusplus */
-#include <boost/static_assert.hpp>
-#define OFP_ASSERT BOOST_STATIC_ASSERT
+#define OFP_ASSERT(_EXPR) typedef int build_assert_failed[(_EXPR) ? 1 : -1]
 #endif /* __cplusplus */
 
 #ifndef SWIG
