summaryrefslogtreecommitdiffstats
path: root/config/src/vespa/config/print/fileconfigsnapshotreader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config/src/vespa/config/print/fileconfigsnapshotreader.cpp')
-rw-r--r--config/src/vespa/config/print/fileconfigsnapshotreader.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/src/vespa/config/print/fileconfigsnapshotreader.cpp b/config/src/vespa/config/print/fileconfigsnapshotreader.cpp
index 0cc7fe9fe38..951619aee6f 100644
--- a/config/src/vespa/config/print/fileconfigsnapshotreader.cpp
+++ b/config/src/vespa/config/print/fileconfigsnapshotreader.cpp
@@ -1,10 +1,10 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <fstream>
-#include <sstream>
#include "fileconfigsnapshotreader.h"
#include "jsonconfigformatter.h"
-#include <iostream>
+#include <vespa/config/common/exceptions.h>
+#include <fstream>
+#include <sstream>
namespace config {