summaryrefslogtreecommitdiffstats
path: root/documentapi
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-01 17:12:26 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-12 02:55:43 +0100
commite2d35ebcf9378671e4dec6f6388587a00761a4ef (patch)
treee19f725179ec2c4bb3b741a731b177dd633f761f /documentapi
parent4b34fcbb1fbfb1bd6089d301097a90c75fe355d5 (diff)
Include asciistream in implementation only.
Diffstat (limited to 'documentapi')
-rw-r--r--documentapi/src/vespa/documentapi/loadtypes/loadtype.cpp5
-rw-r--r--documentapi/src/vespa/documentapi/loadtypes/loadtype.h2
2 files changed, 3 insertions, 4 deletions
diff --git a/documentapi/src/vespa/documentapi/loadtypes/loadtype.cpp b/documentapi/src/vespa/documentapi/loadtypes/loadtype.cpp
index 6cdccc6ad21..f1f14b7c8ed 100644
--- a/documentapi/src/vespa/documentapi/loadtypes/loadtype.cpp
+++ b/documentapi/src/vespa/documentapi/loadtypes/loadtype.cpp
@@ -1,6 +1,7 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/fastos/fastos.h>
-#include <vespa/documentapi/loadtypes/loadtype.h>
+
+#include "loadtype.h"
+#include <vespa/vespalib/stllike/asciistream.h>
namespace documentapi {
diff --git a/documentapi/src/vespa/documentapi/loadtypes/loadtype.h b/documentapi/src/vespa/documentapi/loadtypes/loadtype.h
index fb00c5805b6..e7ecaa3e40c 100644
--- a/documentapi/src/vespa/documentapi/loadtypes/loadtype.h
+++ b/documentapi/src/vespa/documentapi/loadtypes/loadtype.h
@@ -14,9 +14,7 @@
#pragma once
#include <vespa/metrics/loadmetric.h>
-#include <string>
#include <vespa/vespalib/util/linkedptr.h>
-#include <vespa/vespalib/stllike/asciistream.h>
#include <vespa/documentapi/messagebus/priority.h>
namespace documentapi {