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 --- lib/Utils/CrashTypesSocket.cpp | 1 - lib/Utils/DebugDump.cpp | 1 - lib/Utils/Observer.h | 1 - 3 files changed, 3 deletions(-) (limited to 'lib/Utils') diff --git a/lib/Utils/CrashTypesSocket.cpp b/lib/Utils/CrashTypesSocket.cpp index dbbc163..7c206de 100644 --- a/lib/Utils/CrashTypesSocket.cpp +++ b/lib/Utils/CrashTypesSocket.cpp @@ -21,7 +21,6 @@ #include "abrtlib.h" #include "CrashTypesSocket.h" -#include /** * A request GET_CRASH_INFOS has the following form: diff --git a/lib/Utils/DebugDump.cpp b/lib/Utils/DebugDump.cpp index 4d6d92c..a36594b 100644 --- a/lib/Utils/DebugDump.cpp +++ b/lib/Utils/DebugDump.cpp @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include "abrtlib.h" diff --git a/lib/Utils/Observer.h b/lib/Utils/Observer.h index 421dc0c..d6ec6f3 100644 --- a/lib/Utils/Observer.h +++ b/lib/Utils/Observer.h @@ -2,7 +2,6 @@ #define OBSERVER_H_ #include -#include #include #include "DBusCommon.h" -- cgit