summaryrefslogtreecommitdiff
path: root/python/rpmsystem-py.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2011-03-09 15:31:25 +0200
committerPanu Matilainen <pmatilai@redhat.com>2011-03-09 15:31:25 +0200
commit9aef00d3415dc3c588a4de3bc6a0f58e7473ded7 (patch)
tree96330e52c5ef45d3bb86cadb09a0db803f9a8f1b /python/rpmsystem-py.h
parent32ffdfae8fa340eeaed898af68bdcd24e6fcb28b (diff)
downloadrpm-9aef00d3415dc3c588a4de3bc6a0f58e7473ded7.tar.gz
Cut the remaining ties python bindings have to main rpm sources
- Include what little we need from standard headers instead of relying on rpm source tree system.h for anything. - Remove non-public includes from python binding include paths
Diffstat (limited to 'python/rpmsystem-py.h')
-rw-r--r--python/rpmsystem-py.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/rpmsystem-py.h b/python/rpmsystem-py.h
index b27a410df..3d88b3dbe 100644
--- a/python/rpmsystem-py.h
+++ b/python/rpmsystem-py.h
@@ -8,8 +8,6 @@
#include <Python.h>
#include <structmember.h>
-#include "../system.h"
-
#if ((PY_MAJOR_VERSION << 8) | (PY_MINOR_VERSION << 0)) < 0x0205
typedef ssize_t Py_ssize_t;
typedef Py_ssize_t (*lenfunc)(PyObject *);