summaryrefslogtreecommitdiffstats
path: root/src/cli
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-08-31 14:39:57 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-08-31 14:39:57 +0200
commite448ad512e34bdcca527bde0b301de404011fff5 (patch)
tree053197f8853f167323f99178c098e4f6cb13dfda /src/cli
parentcfc620a36d2052f6b2fb6c6fa5acb10c1187819e (diff)
parent236104f6d07a44463c164074723c16421831e8e2 (diff)
downloadabrt-e448ad512e34bdcca527bde0b301de404011fff5.tar.gz
abrt-e448ad512e34bdcca527bde0b301de404011fff5.tar.xz
abrt-e448ad512e34bdcca527bde0b301de404011fff5.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/cli')
-rw-r--r--src/cli/CLI.cpp3
-rw-r--r--src/cli/report.cpp3
2 files changed, 0 insertions, 6 deletions
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"