summaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src
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 /staging_vespalib/src
parentcfafe24c5bad65eb6a145a7da863e46ee86106f8 (diff)
Avoid including iostream in header files.
Diffstat (limited to 'staging_vespalib/src')
-rw-r--r--staging_vespalib/src/vespa/vespalib/util/jsonstream.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/staging_vespalib/src/vespa/vespalib/util/jsonstream.cpp b/staging_vespalib/src/vespa/vespalib/util/jsonstream.cpp
index c7cf02b1313..da8e550a825 100644
--- a/staging_vespalib/src/vespa/vespalib/util/jsonstream.cpp
+++ b/staging_vespalib/src/vespa/vespalib/util/jsonstream.cpp
@@ -1,8 +1,6 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "jsonstream.h"
-
-#include <iostream>
#include <vespa/vespalib/util/exceptions.h>
namespace vespalib {