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 --- lib/utils/abrt_xmlrpc.cpp | 3 --- lib/utils/make_descr.cpp | 3 --- lib/utils/parse_release.cpp | 4 ---- 3 files changed, 10 deletions(-) (limited to 'lib') diff --git a/lib/utils/abrt_xmlrpc.cpp b/lib/utils/abrt_xmlrpc.cpp index ac2654ed..bf74f05b 100644 --- a/lib/utils/abrt_xmlrpc.cpp +++ b/lib/utils/abrt_xmlrpc.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 "config.h" -#endif #include "abrtlib.h" #include "abrt_xmlrpc.h" #include "abrt_exception.h" diff --git a/lib/utils/make_descr.cpp b/lib/utils/make_descr.cpp index dc5273ca..50f68501 100644 --- a/lib/utils/make_descr.cpp +++ b/lib/utils/make_descr.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. */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif #include "abrtlib.h" #include "crash_types.h" #include "debug_dump.h" /* FILENAME_ARCHITECTURE etc */ diff --git a/lib/utils/parse_release.cpp b/lib/utils/parse_release.cpp index 0b8bf5eb..e648dc63 100644 --- a/lib/utils/parse_release.cpp +++ b/lib/utils/parse_release.cpp @@ -16,11 +16,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif #include "abrtlib.h" - #include "strbuf.h" // caller is reposible for freeing *product* and *version* -- cgit