Fix rpmts.h internal includes instead of working around in rpminstall.c
This commit is contained in:
parent
549fb4393e
commit
2c499d40dc
|
@ -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"
|
||||
|
||||
|
|
|
@ -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 *
|
||||
|
|
Loading…
Reference in New Issue