summaryrefslogtreecommitdiffstats
path: root/lib/plugins/Bugzilla.cpp
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-08-27 22:40:19 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-08-27 22:40:19 +0200
commit25b5ec137669ea09e1b427df02d0c4ecfba3e580 (patch)
treeebb8e3af6c33e5c9ac3ebcaa6625436da18e851a /lib/plugins/Bugzilla.cpp
parent55264cc8353d2769bf53f5222fe145bfe95e863b (diff)
downloadabrt-25b5ec137669ea09e1b427df02d0c4ecfba3e580.tar.gz
abrt-25b5ec137669ea09e1b427df02d0c4ecfba3e580.tar.xz
abrt-25b5ec137669ea09e1b427df02d0c4ecfba3e580.zip
include config.h in abrtlib.h
- config.h contains #define ENABLE_NLS which is required for localization to work
Diffstat (limited to 'lib/plugins/Bugzilla.cpp')
-rw-r--r--lib/plugins/Bugzilla.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/plugins/Bugzilla.cpp b/lib/plugins/Bugzilla.cpp
index 815abffa..5d660688 100644
--- a/lib/plugins/Bugzilla.cpp
+++ b/lib/plugins/Bugzilla.cpp
@@ -17,9 +17,6 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
#include "abrtlib.h"
#include "abrt_xmlrpc.h"
#include "Bugzilla.h"