summaryrefslogtreecommitdiffstats
path: root/src/cli
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli')
-rw-r--r--src/cli/dbus.h1
-rw-r--r--src/cli/report.cpp2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/cli/dbus.h b/src/cli/dbus.h
index 62ce6fca..e2e763c2 100644
--- a/src/cli/dbus.h
+++ b/src/cli/dbus.h
@@ -18,7 +18,6 @@
#ifndef ABRT_CLI_DBUS_H
#define ABRT_CLI_DBUS_H
-#include <glib.h>
#include "abrt_dbus.h"
#include "abrt_crash_data.h"
diff --git a/src/cli/report.cpp b/src/cli/report.cpp
index 8b8f9cc6..d0a74955 100644
--- a/src/cli/report.cpp
+++ b/src/cli/report.cpp
@@ -15,8 +15,6 @@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#include <termios.h>
-#include <glib.h>
#include "report.h"
#include "run-command.h"
#include "dbus.h"