summaryrefslogtreecommitdiffstats
path: root/src/Daemon
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-18 18:14:28 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-18 18:14:28 +0200
commit1fd810c8cc2d166602374cf898b8f86e42e651e1 (patch)
tree64a05aeabca70ddc255e5a970ec25ec3a4f5d1a8 /src/Daemon
parent64be7b89afc0822cf24aeeec588ff5f5af5fe8b4 (diff)
downloadabrt-1fd810c8cc2d166602374cf898b8f86e42e651e1.tar.gz
abrt-1fd810c8cc2d166602374cf898b8f86e42e651e1.tar.xz
abrt-1fd810c8cc2d166602374cf898b8f86e42e651e1.zip
remove a few #include <iostream>'s
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon')
-rw-r--r--src/Daemon/Settings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/Settings.cpp b/src/Daemon/Settings.cpp
index 90c8916c..1eb42263 100644
--- a/src/Daemon/Settings.cpp
+++ b/src/Daemon/Settings.cpp
@@ -1,8 +1,8 @@
+#include <fstream>
#include "Settings.h"
#include "abrtlib.h"
#include "abrt_types.h"
#include "Polkit.h"
-#include <fstream>
#define SECTION_COMMON "Common"
#define SECTION_ANALYZER_ACTIONS_AND_REPORTERS "AnalyzerActionsAndReporters"