ofproto: Cleanups to openflow.h (OpenFlow 0.9)
[sliver-openvswitch.git] / lib / stream.h
index 3d398f5..e7eef36 100644 (file)
 #ifndef STREAM_H
 #define STREAM_H 1
 
-#include <assert.h>
 #include <stdbool.h>
 #include <stddef.h>
 #include <stdint.h>
 
-#include "flow.h"
-
 struct pstream;
 struct stream;