summaryrefslogtreecommitdiff
path: root/python/rpmps-py.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2011-03-09 15:06:11 +0200
committerPanu Matilainen <pmatilai@redhat.com>2011-03-09 15:06:11 +0200
commit99f9c67ad498a954c1d1d221d206ef2a4d794571 (patch)
tree15357b299b1b4de51b017fa305ff4f4b826f3e45 /python/rpmps-py.c
parentee0ae58b442c5f79967a0d0580144b5c84e0c888 (diff)
downloadlibrpm-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/rpmps-py.c')
-rw-r--r--python/rpmps-py.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/rpmps-py.c b/python/rpmps-py.c
index fa7e91ec7..8b178fa52 100644
--- a/python/rpmps-py.c
+++ b/python/rpmps-py.c
@@ -2,8 +2,6 @@
#include "rpmps-py.h"
-#include "debug.h"
-
struct rpmProblemObject_s {
PyObject_HEAD
PyObject *md_dict;