diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-08-30 16:56:03 +0200 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-08-30 16:56:03 +0200 |
| commit | bd71db9397fbf2fa585ada04bce151e800801c73 (patch) | |
| tree | 88df7c37c006598aab6798d967f52e36b45730f6 /lib | |
| parent | 52b888f8712d3cd970174ce4bb001f3979a88a6a (diff) | |
| download | abrt-bd71db9397fbf2fa585ada04bce151e800801c73.tar.gz abrt-bd71db9397fbf2fa585ada04bce151e800801c73.tar.xz abrt-bd71db9397fbf2fa585ada04bce151e800801c73.zip | |
consolidate HAVE_CONFIG_H in abrtlib.h
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/utils/abrt_xmlrpc.cpp | 3 | ||||
| -rw-r--r-- | lib/utils/make_descr.cpp | 3 | ||||
| -rw-r--r-- | lib/utils/parse_release.cpp | 4 |
3 files changed, 0 insertions, 10 deletions
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* |
