summaryrefslogtreecommitdiffstats
path: root/src/Hooks/abrt-hook-ccpp.cpp
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-07-09 13:39:58 +0200
committerKarel Klic <kklic@redhat.com>2010-07-09 13:39:58 +0200
commitccd23158a4dcbc633085412bd44d8a7f7f07558e (patch)
treed7c819929120a0bad5543f88c69b13a9621aa8b3 /src/Hooks/abrt-hook-ccpp.cpp
parentb2f2bb041ff31fdc921c0e73ffd5efc664030f3d (diff)
parent4619286fb6f0f90f180a4293d5a330e07ea1de73 (diff)
downloadabrt-ccd23158a4dcbc633085412bd44d8a7f7f07558e.tar.gz
abrt-ccd23158a4dcbc633085412bd44d8a7f7f07558e.tar.xz
abrt-ccd23158a4dcbc633085412bd44d8a7f7f07558e.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/Hooks/abrt-hook-ccpp.cpp')
-rw-r--r--src/Hooks/abrt-hook-ccpp.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Hooks/abrt-hook-ccpp.cpp b/src/Hooks/abrt-hook-ccpp.cpp
index 2cf74ef6..59a75a09 100644
--- a/src/Hooks/abrt-hook-ccpp.cpp
+++ b/src/Hooks/abrt-hook-ccpp.cpp
@@ -20,9 +20,9 @@
*/
#include "abrtlib.h"
#include "hooklib.h"
-#include "DebugDump.h"
-#include "CrashTypes.h"
-#include "ABRTException.h"
+#include "debug_dump.h"
+#include "crash_types.h"
+#include "abrt_exception.h"
#include <syslog.h>
using namespace std;