aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bufferstore.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bufferstore.cc')
-rw-r--r--lib/bufferstore.cc9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/bufferstore.cc b/lib/bufferstore.cc
index 4712c45..17e4b9b 100644
--- a/lib/bufferstore.cc
+++ b/lib/bufferstore.cc
@@ -25,16 +25,17 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
-#include <stream.h>
+
+#include "bufferstore.h"
+
// Should be iostream.h, but won't build on Sun WorkShop C++ 5.0
#include <iomanip>
+#include <string>
+
#include <stdlib.h>
-#include <string.h>
#include <ctype.h>
#include <assert.h>
-#include "bufferstore.h"
-
using namespace std;
bufferStore::bufferStore()