Rename python system.h for disambiguation

This commit is contained in:
Panu Matilainen 2009-09-22 23:02:47 +03:00
parent 14d5aaedcb
commit 39d79f9142
12 changed files with 11 additions and 11 deletions

View File

@ -18,7 +18,7 @@ _rpmmodule_la_LIBADD = \
$(top_builddir)/rpmio/librpmio.la \
@WITH_PYTHON_LIB@
_rpmmodule_la_SOURCES = rpmmodule.c system.h \
_rpmmodule_la_SOURCES = rpmmodule.c rpmsystem-py.h \
header-py.c header-py.h \
rpmds-py.c rpmds-py.h \
rpmfi-py.c rpmfi-py.h \

View File

@ -1,4 +1,4 @@
#include "system.h"
#include "rpmsystem-py.h"
#include <rpm/rpmlib.h> /* rpmvercmp */
#include <rpm/rpmtag.h>

View File

@ -1,4 +1,4 @@
#include "system.h"
#include "rpmsystem-py.h"
#include <rpm/rpmtypes.h>
#include <rpm/rpmstring.h>

View File

@ -1,4 +1,4 @@
#include "system.h"
#include "rpmsystem-py.h"
#include <rpm/rpmtypes.h>
#include <rpm/rpmpgp.h>

View File

@ -1,4 +1,4 @@
#include "system.h"
#include "rpmsystem-py.h"
#include <structmember.h>

View File

@ -1,4 +1,4 @@
#include "system.h"
#include "rpmsystem-py.h"
#include <rpm/rpmdb.h>

View File

@ -1,4 +1,4 @@
#include "system.h"
#include "rpmsystem-py.h"
#include <rpm/rpmlib.h> /* rpmMachineScore, rpmReadConfigFiles */
#include <rpm/rpmtag.h>

View File

@ -1,4 +1,4 @@
#include "system.h"
#include "rpmsystem-py.h"
#include "rpmps-py.h"

View File

@ -1,4 +1,4 @@
#include "system.h"
#include "rpmsystem-py.h"
#include "header-py.h" /* XXX tagNumFromPyObject */
#include "rpmds-py.h"

View File

@ -1,4 +1,4 @@
#include "system.h"
#include "rpmsystem-py.h"
#include <rpm/rpmlib.h> /* rpmReadPackageFile, headerCheck */
#include <rpm/rpmtag.h>

View File

@ -1,4 +1,4 @@
#include "system.h"
#include "rpmsystem-py.h"
#include "spec-py.h"