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/CCpp.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/CCpp.cpp')
| -rw-r--r-- | lib/Plugins/CCpp.cpp | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/Plugins/CCpp.cpp b/lib/Plugins/CCpp.cpp index 19b4895..3276b24 100644 --- a/lib/Plugins/CCpp.cpp +++ b/lib/Plugins/CCpp.cpp @@ -19,20 +19,19 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "abrtlib.h" -#include "CCpp.h" -#include "ABRTException.h" -#include "DebugDump.h" -#include "CommLayerInner.h" -#include "Polkit.h" #include <sys/wait.h> #include <fstream> #include <sstream> #include <set> #include <iomanip> - #include <nss.h> #include <sechash.h> +#include "abrtlib.h" +#include "CCpp.h" +#include "ABRTException.h" +#include "DebugDump.h" +#include "CommLayerInner.h" +#include "Polkit.h" #define CORE_PATTERN_IFACE "/proc/sys/kernel/core_pattern" #define CORE_PATTERN "|"CCPP_HOOK_PATH" "DEBUG_DUMPS_DIR" %p %s %u" |
