aboutsummaryrefslogtreecommitdiffstats
path: root/searchcommon
diff options
context:
space:
mode:
Diffstat (limited to 'searchcommon')
-rw-r--r--searchcommon/src/vespa/searchcommon/common/schemaconfigurer.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/searchcommon/src/vespa/searchcommon/common/schemaconfigurer.cpp b/searchcommon/src/vespa/searchcommon/common/schemaconfigurer.cpp
index 56acb3d8ec2..e6e081831e5 100644
--- a/searchcommon/src/vespa/searchcommon/common/schemaconfigurer.cpp
+++ b/searchcommon/src/vespa/searchcommon/common/schemaconfigurer.cpp
@@ -1,10 +1,9 @@
// 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/log/log.h>
+#include "schemaconfigurer.h"
#include <vespa/searchcommon/config/subscriptionproxyng.h>
-#include <vespa/searchcommon/common/schemaconfigurer.h>
+#include <vespa/log/log.h>
LOG_SETUP(".index.schemaconfigurer");
using namespace config;