summaryrefslogtreecommitdiffstats
path: root/src/applet
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-08-30 16:56:03 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2010-08-30 16:56:03 +0200
commitbd71db9397fbf2fa585ada04bce151e800801c73 (patch)
tree88df7c37c006598aab6798d967f52e36b45730f6 /src/applet
parent52b888f8712d3cd970174ce4bb001f3979a88a6a (diff)
downloadabrt-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 'src/applet')
-rw-r--r--src/applet/Applet.cpp3
-rw-r--r--src/applet/applet_gtk.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/src/applet/Applet.cpp b/src/applet/Applet.cpp
index b83c3d2c..cc29fbde 100644
--- a/src/applet/Applet.cpp
+++ b/src/applet/Applet.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
#if HAVE_LOCALE_H
# include <locale.h>
#endif
diff --git a/src/applet/applet_gtk.c b/src/applet/applet_gtk.c
index 7a9fcc0c..e7b18bda 100644
--- a/src/applet/applet_gtk.c
+++ b/src/applet/applet_gtk.c
@@ -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 "applet_gtk.h"