summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/applet/Applet.cpp3
-rw-r--r--src/applet/applet_gtk.c3
-rw-r--r--src/cli/CLI.cpp3
-rw-r--r--src/cli/report.cpp3
-rw-r--r--src/daemon/CommLayerServerDBus.cpp3
-rw-r--r--src/daemon/Daemon.cpp3
6 files changed, 0 insertions, 18 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"
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 <config.h>
-#endif
#if HAVE_LOCALE_H
# include <locale.h>
#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 <cassert>
#include <algorithm>
#include <termios.h>
-#if HAVE_CONFIG_H
-# include <config.h>
-#endif
#include "report.h"
#include "run-command.h"
#include "dbus.h"
diff --git a/src/daemon/CommLayerServerDBus.cpp b/src/daemon/CommLayerServerDBus.cpp
index 4a3c5add..e40b1093 100644
--- a/src/daemon/CommLayerServerDBus.cpp
+++ b/src/daemon/CommLayerServerDBus.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 <dbus/dbus.h>
#include "abrtlib.h"
#include "abrt_dbus.h"
diff --git a/src/daemon/Daemon.cpp b/src/daemon/Daemon.cpp
index 83fc46ec..028c466c 100644
--- a/src/daemon/Daemon.cpp
+++ b/src/daemon/Daemon.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