From 1fd810c8cc2d166602374cf898b8f86e42e651e1 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 18 Sep 2009 18:14:28 +0200 Subject: remove a few #include 's Signed-off-by: Denys Vlasenko --- src/Daemon/Settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Daemon/Settings.cpp b/src/Daemon/Settings.cpp index 90c8916..1eb4226 100644 --- a/src/Daemon/Settings.cpp +++ b/src/Daemon/Settings.cpp @@ -1,8 +1,8 @@ +#include #include "Settings.h" #include "abrtlib.h" #include "abrt_types.h" #include "Polkit.h" -#include #define SECTION_COMMON "Common" #define SECTION_ANALYZER_ACTIONS_AND_REPORTERS "AnalyzerActionsAndReporters" -- cgit