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/Plugins/Python.cpp | |
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/Plugins/Python.cpp')
-rw-r--r-- | lib/Plugins/Python.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Plugins/Python.cpp b/lib/Plugins/Python.cpp index 3e6926c..9be76b3 100644 --- a/lib/Plugins/Python.cpp +++ b/lib/Plugins/Python.cpp @@ -1,7 +1,6 @@ +#include <fstream> #include "Python.h" #include "DebugDump.h" - -#include <fstream> #include "ABRTException.h" #define FILENAME_BACKTRACE "backtrace" |