diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-18 18:14:28 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-18 18:14:28 +0200 |
| commit | 1fd810c8cc2d166602374cf898b8f86e42e651e1 (patch) | |
| tree | 64a05aeabca70ddc255e5a970ec25ec3a4f5d1a8 /lib/Utils | |
| parent | 64be7b89afc0822cf24aeeec588ff5f5af5fe8b4 (diff) | |
| download | abrt-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 'lib/Utils')
| -rw-r--r-- | lib/Utils/CrashTypesSocket.cpp | 1 | ||||
| -rw-r--r-- | lib/Utils/DebugDump.cpp | 1 | ||||
| -rw-r--r-- | lib/Utils/Observer.h | 1 |
3 files changed, 0 insertions, 3 deletions
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 <sstream> /** * 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 <fstream> #include <iostream> #include <sstream> -#include <cerrno> #include <sys/utsname.h> #include <magic.h> #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 <string> -#include <iostream> #include <stdint.h> #include "DBusCommon.h" |
