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/cli/CLI.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/cli/CLI.cpp') diff --git a/src/cli/CLI.cpp b/src/cli/CLI.cpp index 425ab2d5..b9c0397a 100644 --- a/src/cli/CLI.cpp +++ b/src/cli/CLI.cpp @@ -15,9 +15,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