From bd71db9397fbf2fa585ada04bce151e800801c73 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 30 Aug 2010 16:56:03 +0200 Subject: consolidate HAVE_CONFIG_H in abrtlib.h Signed-off-by: Denys Vlasenko --- inc/plugin.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'inc/plugin.h') diff --git a/inc/plugin.h b/inc/plugin.h index 420a7cd8..a22d0f67 100644 --- a/inc/plugin.h +++ b/inc/plugin.h @@ -22,9 +22,6 @@ #ifndef PLUGIN_H_ #define PLUGIN_H_ -#if HAVE_CONFIG_H -# include -#endif #include "abrt_types.h" #include "crash_types.h" -- cgit