From a22c570ddba7a71f717eb2209674f4301f5ba8d7 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 26 Nov 2010 17:51:54 +0100 Subject: preparatory patch for future factoring out of headers for reportlib Some files and functions are renamed, no logic changes. Signed-off-by: Denys Vlasenko --- src/include/dbus_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/dbus_common.h') diff --git a/src/include/dbus_common.h b/src/include/dbus_common.h index 63053cc9..6c739169 100644 --- a/src/include/dbus_common.h +++ b/src/include/dbus_common.h @@ -19,7 +19,7 @@ #ifndef DBUSCOMMON_H_ #define DBUSCOMMON_H_ -#include "crash_types.h" +#include "abrt_crash_dump.h" #define ABRTD_DBUS_NAME "com.redhat.abrt" #define ABRTD_DBUS_PATH "/com/redhat/abrt" -- cgit