From ac40360439b406d700c417076ec169f509468269 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Tue, 30 May 2017 00:17:46 +0200 Subject: Reduce exposure of fastos.h and frt.h. Only include what you need where you need it. --- slobrok/src/apps/check_slobrok/check_slobrok.cpp | 6 ++++-- slobrok/src/apps/sbcmd/sbcmd.cpp | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'slobrok/src/apps') diff --git a/slobrok/src/apps/check_slobrok/check_slobrok.cpp b/slobrok/src/apps/check_slobrok/check_slobrok.cpp index 9d588eab39f..f2b6fa0e71b 100644 --- a/slobrok/src/apps/check_slobrok/check_slobrok.cpp +++ b/slobrok/src/apps/check_slobrok/check_slobrok.cpp @@ -1,8 +1,10 @@ // Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -#include #include -#include +#include +#include +#include + #include #include diff --git a/slobrok/src/apps/sbcmd/sbcmd.cpp b/slobrok/src/apps/sbcmd/sbcmd.cpp index a96c4609137..927fab6ebff 100644 --- a/slobrok/src/apps/sbcmd/sbcmd.cpp +++ b/slobrok/src/apps/sbcmd/sbcmd.cpp @@ -1,8 +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 +#include +#include +#include #include #include -- cgit v1.2.3