From 99f9c67ad498a954c1d1d221d206ef2a4d794571 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 9 Mar 2011 15:06:11 +0200 Subject: [PATCH] Python bindings dont need our debug.h for anything --- python/header-py.c | 2 -- python/rpmbmodule.c | 2 -- python/rpmds-py.c | 2 -- python/rpmfi-py.c | 2 -- python/rpmii-py.c | 2 -- python/rpmmacro-py.c | 2 -- python/rpmmi-py.c | 2 -- python/rpmmodule.c | 2 -- python/rpmps-py.c | 2 -- python/rpmsmodule.c | 2 -- python/rpmte-py.c | 3 --- python/rpmts-py.c | 3 --- 12 files changed, 26 deletions(-) diff --git a/python/header-py.c b/python/header-py.c index b6e21cc..98ecac9 100644 --- a/python/header-py.c +++ b/python/header-py.c @@ -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 diff --git a/python/rpmbmodule.c b/python/rpmbmodule.c index a6a35d8..f6e1491 100644 --- a/python/rpmbmodule.c +++ b/python/rpmbmodule.c @@ -2,8 +2,6 @@ #include "spec-py.h" -#include "debug.h" - static char rpmb__doc__[] = ""; diff --git a/python/rpmds-py.c b/python/rpmds-py.c index 13d1a4d..ebccc72 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 */ diff --git a/python/rpmfi-py.c b/python/rpmfi-py.c index 52a2a3a..a43fee3 100644 --- a/python/rpmfi-py.c +++ b/python/rpmfi-py.c @@ -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 */ diff --git a/python/rpmii-py.c b/python/rpmii-py.c index d142d51..ae74c94 100644 --- a/python/rpmii-py.c +++ b/python/rpmii-py.c @@ -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 diff --git a/python/rpmmacro-py.c b/python/rpmmacro-py.c index dec8de0..074861d 100644 --- a/python/rpmmacro-py.c +++ b/python/rpmmacro-py.c @@ -4,8 +4,6 @@ #include "rpmmacro-py.h" -#include "debug.h" - PyObject * rpmmacro_AddMacro(PyObject * self, PyObject * args, PyObject * kwds) { diff --git a/python/rpmmi-py.c b/python/rpmmi-py.c index 0b1c27a..91eb21c 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 diff --git a/python/rpmmodule.c b/python/rpmmodule.c index 0b69d4f..2f9e859 100644 --- a/python/rpmmodule.c +++ b/python/rpmmodule.c @@ -19,8 +19,6 @@ #include "rpmte-py.h" #include "rpmts-py.h" -#include "debug.h" - /** \ingroup python * \name Module: rpm */ diff --git a/python/rpmps-py.c b/python/rpmps-py.c index fa7e91e..8b178fa 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; diff --git a/python/rpmsmodule.c b/python/rpmsmodule.c index e0b1b66..3eb2403 100644 --- a/python/rpmsmodule.c +++ b/python/rpmsmodule.c @@ -2,8 +2,6 @@ #include -#include "debug.h" - static char rpms__doc__[] = ""; diff --git a/python/rpmte-py.c b/python/rpmte-py.c index 0001ef4..bd6601c 100644 --- a/python/rpmte-py.c +++ b/python/rpmte-py.c @@ -6,9 +6,6 @@ #include "rpmte-py.h" #include "rpmps-py.h" -#include "debug.h" - - /** \ingroup python * \name Class: Rpmte * \class Rpmte diff --git a/python/rpmts-py.c b/python/rpmts-py.c index f33a2f7..671c477 100644 --- a/python/rpmts-py.c +++ b/python/rpmts-py.c @@ -15,11 +15,8 @@ #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 -- 2.7.4