ofpbuf: Don't include unneeded "packets.h".
[cascardo/ovs.git] / lib / ofpbuf.h
index 8008cb4..0b66302 100644 (file)
 #include <stddef.h>
 #include <stdint.h>
 #include "list.h"
-#include "packets.h"
 #include "util.h"
 
+struct ds;
+
 #ifdef  __cplusplus
 extern "C" {
 #endif