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 --- src/applet/Applet.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/applet/Applet.cpp') diff --git a/src/applet/Applet.cpp b/src/applet/Applet.cpp index b83c3d2c..cc29fbde 100644 --- a/src/applet/Applet.cpp +++ b/src/applet/Applet.cpp @@ -16,9 +16,6 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#if HAVE_CONFIG_H -# include -#endif #if HAVE_LOCALE_H # include #endif -- cgit