summaryrefslogtreecommitdiffstats
path: root/memfilepersistence
diff options
context:
space:
mode:
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 {