Fix rpmts.h internal includes instead of working around in rpminstall.c

This commit is contained in:
Panu Matilainen 2007-10-22 15:51:04 +03:00
parent 549fb4393e
commit 2c499d40dc
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,6 @@
#include "rpmdb.h"
#include "rpmds.h"
#include "rpmte.h" /* XXX: rpmts.h needs this for rpmtsScoreEntries */
#define _RPMTS_INTERNAL /* ts->goal, ts->suggests */
#include "rpmts.h"

View File

@ -99,6 +99,7 @@ typedef enum rpmtsOpX_e {
#include "rpmhash.h" /* XXX hashTable */
#include "rpmal.h" /* XXX availablePackage/relocateFileList ,*/
#include "rpmte.h" /* for rpmElementType */
/**********************
* Transaction Scores *