From d7d62ea5ee19f5cad52dcfb2f2a49d8d36fa1228 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 20 Jan 2011 18:34:08 +0100 Subject: introduce and use new helper function list_free_with_free Signed-off-by: Denys Vlasenko --- src/cli/dbus.h | 1 - src/cli/report.cpp | 2 -- 2 files changed, 3 deletions(-) (limited to 'src/cli') 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 #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 -#include #include "report.h" #include "run-command.h" #include "dbus.h" -- cgit