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 --- lib/MiddleWare/Plugin.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/MiddleWare/Plugin.h') diff --git a/lib/MiddleWare/Plugin.h b/lib/MiddleWare/Plugin.h index 638840f..f3533a1 100644 --- a/lib/MiddleWare/Plugin.h +++ b/lib/MiddleWare/Plugin.h @@ -23,8 +23,7 @@ #ifndef PLUGIN_H_ #define PLUGIN_H_ -#include -#include +#include "abrt_types.h" #define PLUGINS_MAGIC_NUMBER 6 @@ -32,8 +31,6 @@ #define PLUGINS_LIB_EXTENSION "so" #define PLUGINS_LIB_PREFIX "lib" -typedef std::map map_plugin_settings_t; - /** * An abstract class. The class defines a common plugin interface. If a plugin * has some settings, then a *Settings(*) method has to be written. -- cgit