Get rpmcli.h includes out of python bindings
This commit is contained in:
parent
0ad1873796
commit
431a6bc687
|
@ -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"
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef RPMPYTHON_HEADER
|
||||
#define RPMPYTHON_HEADER
|
||||
|
||||
#include <rpmlib.h>
|
||||
|
||||
/** \ingroup py_c
|
||||
* \file python/header-py.h
|
||||
*/
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#include "system.h"
|
||||
|
||||
#include <rpmio_internal.h>
|
||||
#include <rpmcli.h> /* XXX for rpmCheckSig */
|
||||
#include <rpmdb.h>
|
||||
#include <rpmsq.h>
|
||||
|
||||
|
|
|
@ -7,10 +7,8 @@
|
|||
#include "structmember.h"
|
||||
|
||||
#include "rpmdebug-py.c"
|
||||
|
||||
#include <rpmcli.h>
|
||||
|
||||
#include "rpmrc-py.h"
|
||||
#include "rpmmacro.h"
|
||||
|
||||
#include "debug.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue