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 --- src/cli/report.cpp | 3 --- 2 files changed, 6 deletions(-) (limited to 'src/cli') 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 diff --git a/src/cli/report.cpp b/src/cli/report.cpp index 9584feb5..f56050fb 100644 --- a/src/cli/report.cpp +++ b/src/cli/report.cpp @@ -18,9 +18,6 @@ #include #include #include -#if HAVE_CONFIG_H -# include -#endif #include "report.h" #include "run-command.h" #include "dbus.h" -- cgit