diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2011-03-09 15:06:11 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2011-03-09 15:06:11 +0200 |
commit | 99f9c67ad498a954c1d1d221d206ef2a4d794571 (patch) | |
tree | 15357b299b1b4de51b017fa305ff4f4b826f3e45 /python/rpmmi-py.c | |
parent | ee0ae58b442c5f79967a0d0580144b5c84e0c888 (diff) | |
download | librpm-tizen-99f9c67ad498a954c1d1d221d206ef2a4d794571.tar.gz librpm-tizen-99f9c67ad498a954c1d1d221d206ef2a4d794571.tar.bz2 librpm-tizen-99f9c67ad498a954c1d1d221d206ef2a4d794571.zip |
Python bindings dont need our debug.h for anything
Diffstat (limited to 'python/rpmmi-py.c')
-rw-r--r-- | python/rpmmi-py.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/rpmmi-py.c b/python/rpmmi-py.c index 0b1c27aef..91eb21c4b 100644 --- a/python/rpmmi-py.c +++ b/python/rpmmi-py.c @@ -5,8 +5,6 @@ #include "rpmmi-py.h" #include "header-py.h" -#include "debug.h" - /** \ingroup python * \class Rpmmi * \brief A python rpm.mi match iterator object represents the result of a |