From fc4721139b2a7fb890f50105ea169ca4fa6544ac Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 27 Aug 2009 15:57:17 +0200 Subject: consolidate container typedefs in one file (we had a few dupes) Signed-off-by: Denys Vlasenko --- src/Daemon/Daemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Daemon/Daemon.h') diff --git a/src/Daemon/Daemon.h b/src/Daemon/Daemon.h index c47d1622..74f4a82f 100644 --- a/src/Daemon/Daemon.h +++ b/src/Daemon/Daemon.h @@ -21,7 +21,7 @@ #define DAEMON_H_ #include -#include "MiddleWareTypes.h" +#include "abrt_types.h" #include "CrashTypes.h" class CCrashWatcher; -- cgit