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/PluginManager.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/Daemon/PluginManager.h') diff --git a/src/Daemon/PluginManager.h b/src/Daemon/PluginManager.h index 6cf84f39..75a1bb27 100644 --- a/src/Daemon/PluginManager.h +++ b/src/Daemon/PluginManager.h @@ -23,15 +23,13 @@ #ifndef PLUGINMANAGER_H_ #define PLUGINMANAGER_H_ -#include -#include +#include "abrt_types.h" #include "ABRTPlugin.h" #include "Plugin.h" #include "Analyzer.h" #include "Reporter.h" #include "Database.h" #include "Action.h" -#include "MiddleWareTypes.h" /** * A class. It takes care of loading, registering and manipulating with -- cgit