From ef031ed8d62e86a7355200b6982682d39dee5032 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Sun, 18 Dec 2016 03:23:53 +0000 Subject: Do not include fastos.h in header files. --- vespaclient/src/vespa/vespaclient/spoolmaster/application.h | 1 - vespaclient/src/vespa/vespaclient/vespadoclocator/application.h | 1 + vespaclient/src/vespa/vespaclient/vespadoclocator/locator.h | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) (limited to 'vespaclient') diff --git a/vespaclient/src/vespa/vespaclient/spoolmaster/application.h b/vespaclient/src/vespa/vespaclient/spoolmaster/application.h index 7697169d9b4..b82a89d51e9 100644 --- a/vespaclient/src/vespa/vespaclient/spoolmaster/application.h +++ b/vespaclient/src/vespa/vespaclient/spoolmaster/application.h @@ -3,7 +3,6 @@ #include #include -#include namespace spoolmaster { /** diff --git a/vespaclient/src/vespa/vespaclient/vespadoclocator/application.h b/vespaclient/src/vespa/vespaclient/vespadoclocator/application.h index c443d2f03a1..f498b522fea 100644 --- a/vespaclient/src/vespa/vespaclient/vespadoclocator/application.h +++ b/vespaclient/src/vespa/vespaclient/vespadoclocator/application.h @@ -2,6 +2,7 @@ #pragma once #include "locator.h" +#include class Application : public FastOS_Application { private: diff --git a/vespaclient/src/vespa/vespaclient/vespadoclocator/locator.h b/vespaclient/src/vespa/vespaclient/vespadoclocator/locator.h index 24af000e667..c8750ba892e 100644 --- a/vespaclient/src/vespa/vespaclient/vespadoclocator/locator.h +++ b/vespaclient/src/vespa/vespaclient/vespadoclocator/locator.h @@ -1,7 +1,6 @@ // Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once -#include #include #include -- cgit v1.2.3