summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNikola Pajkovsky <npajkovs@redhat.com>2010-09-03 15:32:48 +0200
committerNikola Pajkovsky <npajkovs@redhat.com>2010-09-07 18:51:51 +0200
commit7fa1f5842907af4fb9bb8ce10a37081f0e19240b (patch)
treef675cb1ca8803da3ada80d518624789be62225e6 /src
parentb37ddeee2b08dac0510ebeeaaa20b0db2e50ee6b (diff)
downloadabrt-7fa1f5842907af4fb9bb8ce10a37081f0e19240b.tar.gz
abrt-7fa1f5842907af4fb9bb8ce10a37081f0e19240b.tar.xz
abrt-7fa1f5842907af4fb9bb8ce10a37081f0e19240b.zip
DebugDump.* -> dump_dir.*
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> Acked-off-by: Jiri Moskovcak <jmoskovc@redhat.com>
Diffstat (limited to 'src')
-rw-r--r--src/cli/report.cpp1
-rw-r--r--src/daemon/CrashWatcher.cpp1
-rw-r--r--src/daemon/Daemon.cpp1
-rw-r--r--src/daemon/MiddleWare.cpp1
-rw-r--r--src/daemon/dumpsocket.cpp1
-rw-r--r--src/hooks/abrt-hook-ccpp.cpp1
6 files changed, 0 insertions, 6 deletions
diff --git a/src/cli/report.cpp b/src/cli/report.cpp
index f56050fb..43968896 100644
--- a/src/cli/report.cpp
+++ b/src/cli/report.cpp
@@ -22,7 +22,6 @@
#include "run-command.h"
#include "dbus.h"
#include "abrtlib.h"
-#include "debug_dump.h"
#include "crash_types.h" // FILENAME_* defines
#include "plugin.h" // LoadPluginSettings
diff --git a/src/daemon/CrashWatcher.cpp b/src/daemon/CrashWatcher.cpp
index dad43815..63101185 100644
--- a/src/daemon/CrashWatcher.cpp
+++ b/src/daemon/CrashWatcher.cpp
@@ -19,7 +19,6 @@
#include "abrtlib.h"
#include "Daemon.h"
#include "abrt_exception.h"
-#include "debug_dump.h"
#include "CrashWatcher.h"
void CCrashWatcher::Status(const char *pMessage, const char* peer)
diff --git a/src/daemon/Daemon.cpp b/src/daemon/Daemon.cpp
index e99ce22c..5d70c255 100644
--- a/src/daemon/Daemon.cpp
+++ b/src/daemon/Daemon.cpp
@@ -31,7 +31,6 @@
#include "abrtlib.h"
#include "abrt_exception.h"
#include "CrashWatcher.h"
-#include "debug_dump.h"
#include "Daemon.h"
#include "dumpsocket.h"
#include "rpm.h"
diff --git a/src/daemon/MiddleWare.cpp b/src/daemon/MiddleWare.cpp
index 65d4a4b9..7752dc36 100644
--- a/src/daemon/MiddleWare.cpp
+++ b/src/daemon/MiddleWare.cpp
@@ -24,7 +24,6 @@
#include "Daemon.h"
#include "Settings.h"
#include "rpm.h"
-#include "debug_dump.h"
#include "abrt_exception.h"
#include "abrt_packages.h"
#include "comm_layer_inner.h"
diff --git a/src/daemon/dumpsocket.cpp b/src/daemon/dumpsocket.cpp
index 21944d90..8fd14292 100644
--- a/src/daemon/dumpsocket.cpp
+++ b/src/daemon/dumpsocket.cpp
@@ -19,7 +19,6 @@
#include <sys/un.h>
#include "abrtlib.h"
#include "dumpsocket.h"
-#include "debug_dump.h"
#include "crash_types.h"
//#include "abrt_exception.h"
#include "hooklib.h"
diff --git a/src/hooks/abrt-hook-ccpp.cpp b/src/hooks/abrt-hook-ccpp.cpp
index 9a7500b4..6faa6a6c 100644
--- a/src/hooks/abrt-hook-ccpp.cpp
+++ b/src/hooks/abrt-hook-ccpp.cpp
@@ -20,7 +20,6 @@
*/
#include "abrtlib.h"
#include "hooklib.h"
-#include "debug_dump.h"
#include "crash_types.h"
#include "abrt_exception.h"
#include <syslog.h>