aboutsummaryrefslogtreecommitdiff
path: root/lib/stream.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2009-12-21 10:38:26 -0800
committerBen Pfaff <blp@nicira.com>2010-01-06 14:32:22 -0800
commit108496163d4d7f77766c2b05c5c20131d6c436a9 (patch)
tree771ba5da468d61baeb5012412ba253425141686f /lib/stream.h
parent9467fe624698a9b72f81bb1ddfce33a5fc85281c (diff)
stream: Remove spurious #includes from header file.
Diffstat (limited to 'lib/stream.h')
-rw-r--r--lib/stream.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/stream.h b/lib/stream.h
index 3d398f5a..e7eef365 100644
--- a/lib/stream.h
+++ b/lib/stream.h
@@ -17,13 +17,10 @@
#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;