summaryrefslogtreecommitdiffstats
path: root/memfilepersistence
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-11-19 23:02:13 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2016-11-19 23:02:13 +0100
commit1ddd4f1eaf5ce840ab3c0900add0f5f2508ff16a (patch)
treee20ac12c30256650644d7c09a0973cd68e07a2d1 /memfilepersistence
parentcfafe24c5bad65eb6a145a7da863e46ee86106f8 (diff)
Avoid including iostream in header files.
Diffstat (limited to 'memfilepersistence')
-rw-r--r--memfilepersistence/src/tests/spi/logginglazyfile.h2
-rw-r--r--memfilepersistence/src/vespa/memfilepersistence/device/devicemapper.h2
-rw-r--r--memfilepersistence/src/vespa/memfilepersistence/tools/dumpslotfile.h2
-rw-r--r--memfilepersistence/src/vespa/memfilepersistence/tools/vdsdisktool.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/memfilepersistence/src/tests/spi/logginglazyfile.h b/memfilepersistence/src/tests/spi/logginglazyfile.h
index e54753f7c3e..6379a8d9597 100644
--- a/memfilepersistence/src/tests/spi/logginglazyfile.h
+++ b/memfilepersistence/src/tests/spi/logginglazyfile.h
@@ -2,7 +2,7 @@
#pragma once
#include <vespa/vespalib/io/fileutil.h>
-#include <iostream>
+#include <sstream>
namespace storage {
diff --git a/memfilepersistence/src/vespa/memfilepersistence/device/devicemapper.h b/memfilepersistence/src/vespa/memfilepersistence/device/devicemapper.h
index dd25283d029..739fa903a00 100644
--- a/memfilepersistence/src/vespa/memfilepersistence/device/devicemapper.h
+++ b/memfilepersistence/src/vespa/memfilepersistence/device/devicemapper.h
@@ -5,7 +5,7 @@
*/
#pragma once
-#include <iostream>
+#include <iosfwd>
#include <map>
#include <string>
#include <memory>
diff --git a/memfilepersistence/src/vespa/memfilepersistence/tools/dumpslotfile.h b/memfilepersistence/src/vespa/memfilepersistence/tools/dumpslotfile.h
index 698f3a5066b..07c9521af5b 100644
--- a/memfilepersistence/src/vespa/memfilepersistence/tools/dumpslotfile.h
+++ b/memfilepersistence/src/vespa/memfilepersistence/tools/dumpslotfile.h
@@ -3,7 +3,7 @@
#pragma once
#include <vespa/fastos/fastos.h>
-#include <iostream>
+#include <iosfwd>
namespace config {
class ConfigUri;
diff --git a/memfilepersistence/src/vespa/memfilepersistence/tools/vdsdisktool.h b/memfilepersistence/src/vespa/memfilepersistence/tools/vdsdisktool.h
index f764db274ce..c4f79a85126 100644
--- a/memfilepersistence/src/vespa/memfilepersistence/tools/vdsdisktool.h
+++ b/memfilepersistence/src/vespa/memfilepersistence/tools/vdsdisktool.h
@@ -3,7 +3,7 @@
#pragma once
#include <vespa/fastos/fastos.h>
-#include <iostream>
+#include <iosfwd>
namespace storage {
namespace memfile {