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/rpmds-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/rpmds-py.c')
-rw-r--r-- | python/rpmds-py.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/rpmds-py.c b/python/rpmds-py.c index 13d1a4df7..ebccc72c2 100644 --- a/python/rpmds-py.c +++ b/python/rpmds-py.c @@ -7,8 +7,6 @@ #include "header-py.h" #include "rpmds-py.h" -#include "debug.h" - struct rpmdsObject_s { PyObject_HEAD PyObject *md_dict; /*!< to look like PyModuleObject */ |