Get rpmcli.h includes out of python bindings

This commit is contained in:
Panu Matilainen 2007-08-30 17:06:14 +03:00
parent 0ad1873796
commit 431a6bc687
5 changed files with 4 additions and 7 deletions

View File

@ -5,7 +5,7 @@
#include "system.h"
#include "rpmio_internal.h"
#include "rpmcli.h" /* XXX for rpmCheckSig */
#include "rpmlib.h"
#include "legacy.h"
#include "misc.h"

View File

@ -1,6 +1,8 @@
#ifndef RPMPYTHON_HEADER
#define RPMPYTHON_HEADER
#include <rpmlib.h>
/** \ingroup py_c
* \file python/header-py.h
*/

View File

@ -6,8 +6,6 @@ extern PyTypeObject PyDictIter_Type;
/*@unchecked@*/
extern PyTypeObject PyFrame_Type;
#include <rpmcli.h> /* XXX debug only */
#include "header-py.h" /* XXX debug only */
#include "rpmal-py.h" /* XXX debug only */
#include "rpmds-py.h" /* XXX debug only */

View File

@ -5,7 +5,6 @@
#include "system.h"
#include <rpmio_internal.h>
#include <rpmcli.h> /* XXX for rpmCheckSig */
#include <rpmdb.h>
#include <rpmsq.h>

View File

@ -7,10 +7,8 @@
#include "structmember.h"
#include "rpmdebug-py.c"
#include <rpmcli.h>
#include "rpmrc-py.h"
#include "rpmmacro.h"
#include "debug.h"