diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2011-01-20 18:34:08 +0100 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2011-01-20 18:34:08 +0100 |
| commit | d7d62ea5ee19f5cad52dcfb2f2a49d8d36fa1228 (patch) | |
| tree | acceeed18451fd1ff982f3108ace88b77df82c18 /src/cli | |
| parent | 0e7e088d6faec43234e1f967b6e1e853cb9fedf1 (diff) | |
| download | abrt-d7d62ea5ee19f5cad52dcfb2f2a49d8d36fa1228.tar.gz abrt-d7d62ea5ee19f5cad52dcfb2f2a49d8d36fa1228.tar.xz abrt-d7d62ea5ee19f5cad52dcfb2f2a49d8d36fa1228.zip | |
introduce and use new helper function list_free_with_free
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/cli')
| -rw-r--r-- | src/cli/dbus.h | 1 | ||||
| -rw-r--r-- | src/cli/report.cpp | 2 |
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" |
