From 1b9151ab93467dd5508cc9c63b674310df0ab0b3 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Mon, 6 Feb 2017 00:57:55 +0100 Subject: Optimize includes. --- searchcommon/src/vespa/searchcommon/common/schemaconfigurer.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'searchcommon') 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 -#include +#include "schemaconfigurer.h" #include -#include +#include LOG_SETUP(".index.schemaconfigurer"); using namespace config; -- cgit v1.2.3