Python bindings dont need our debug.h for anything
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 9 Mar 2011 13:06:11 +0000 (15:06 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 9 Mar 2011 13:06:11 +0000 (15:06 +0200)
12 files changed:
python/header-py.c
python/rpmbmodule.c
python/rpmds-py.c
python/rpmfi-py.c
python/rpmii-py.c
python/rpmmacro-py.c
python/rpmmi-py.c
python/rpmmodule.c
python/rpmps-py.c
python/rpmsmodule.c
python/rpmte-py.c
python/rpmts-py.c

index b6e21cc..98ecac9 100644 (file)
@@ -11,8 +11,6 @@
 #include "rpmfi-py.h"
 #include "rpmtd-py.h"
 
-#include "debug.h"
-
 /** \ingroup python
  * \class Rpm
  * \brief START HERE / RPM base module for the Python API
index a6a35d8..f6e1491 100644 (file)
@@ -2,8 +2,6 @@
 
 #include "spec-py.h"
 
-#include "debug.h"
-
 static char rpmb__doc__[] =
 "";
 
index 13d1a4d..ebccc72 100644 (file)
@@ -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 */
index 52a2a3a..a43fee3 100644 (file)
@@ -6,8 +6,6 @@
 #include "header-py.h"
 #include "rpmfi-py.h"
 
-#include "debug.h"
-
 struct rpmfiObject_s {
     PyObject_HEAD
     PyObject *md_dict;         /*!< to look like PyModuleObject */
index d142d51..ae74c94 100644 (file)
@@ -5,8 +5,6 @@
 #include "rpmii-py.h"
 #include "header-py.h"
 
-#include "debug.h"
-
 /** \ingroup python
  * \class Rpmii
  * \brief A python rpm.ii key iterator object represents the keys of a
index dec8de0..074861d 100644 (file)
@@ -4,8 +4,6 @@
 
 #include "rpmmacro-py.h"
 
-#include "debug.h"
-
 PyObject *
 rpmmacro_AddMacro(PyObject * self, PyObject * args, PyObject * kwds)
 {
index 0b1c27a..91eb21c 100644 (file)
@@ -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
index 0b69d4f..2f9e859 100644 (file)
@@ -19,8 +19,6 @@
 #include "rpmte-py.h"
 #include "rpmts-py.h"
 
-#include "debug.h"
-
 /** \ingroup python
  * \name Module: rpm
  */
index fa7e91e..8b178fa 100644 (file)
@@ -2,8 +2,6 @@
 
 #include "rpmps-py.h"
 
-#include "debug.h"
-
 struct rpmProblemObject_s {
     PyObject_HEAD
     PyObject *md_dict;
index e0b1b66..3eb2403 100644 (file)
@@ -2,8 +2,6 @@
 
 #include <rpm/rpmsign.h>
 
-#include "debug.h"
-
 static char rpms__doc__[] =
 "";
 
index 0001ef4..bd6601c 100644 (file)
@@ -6,9 +6,6 @@
 #include "rpmte-py.h"
 #include "rpmps-py.h"
 
-#include "debug.h"
-
-
 /** \ingroup python
  * \name Class: Rpmte
  * \class Rpmte
index f33a2f7..671c477 100644 (file)
 #include "rpmii-py.h"
 #include "rpmps-py.h"
 #include "rpmte-py.h"
-
 #include "rpmts-py.h"
 
-#include "debug.h"
-
 /** \ingroup python
  * \name Class: Rpmts
  * \class Rpmts