stream: Remove spurious #includes from header file.
authorBen Pfaff <blp@nicira.com>
Mon, 21 Dec 2009 18:38:26 +0000 (10:38 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 6 Jan 2010 22:32:22 +0000 (14:32 -0800)
lib/jsonrpc.c
lib/stream.h
ovsdb/jsonrpc-server.c
ovsdb/ovsdb-client.c

index ec9108f..f42035e 100644 (file)
@@ -18,6 +18,7 @@
 
 #include "jsonrpc.h"
 
+#include <assert.h>
 #include <errno.h>
 
 #include "byteq.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;
 
index 4b83fd3..458c52d 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "jsonrpc-server.h"
 
+#include <assert.h>
 #include <errno.h>
 
 #include "column.h"
index fa17bd9..87cb514 100644 (file)
@@ -16,6 +16,7 @@
 
 #include <config.h>
 
+#include <assert.h>
 #include <errno.h>
 #include <getopt.h>
 #include <limits.h>