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 ec9108f85d5692ec42311d6fe182e584f62727f7..f42035e80f5884e7cf25aeca0a730dea391f4c27 100644 (file)
@@ -18,6 +18,7 @@
 
 #include "jsonrpc.h"
 
+#include <assert.h>
 #include <errno.h>
 
 #include "byteq.h"
index 3d398f5aa74403ca7eb8e94934052698e5212048..e7eef365b4b8d83cb845d999995a5452bb6179b4 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 4b83fd3483d47a1652997d6f257ab4a895e44073..458c52db5a0c07c1a593e728d9857e262fd85d5c 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "jsonrpc-server.h"
 
+#include <assert.h>
 #include <errno.h>
 
 #include "column.h"
index fa17bd92ed731223c82bdfade9291987d99abf48..87cb514fd9b5716598cf95004cb4b4e8e8e9381e 100644 (file)
@@ -16,6 +16,7 @@
 
 #include <config.h>
 
+#include <assert.h>
 #include <errno.h>
 #include <getopt.h>
 #include <limits.h>