summaryrefslogtreecommitdiff
path: root/python/rpmts-py.c
diff options
context:
space:
mode:
Diffstat (limited to 'python/rpmts-py.c')
-rw-r--r--python/rpmts-py.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/python/rpmts-py.c b/python/rpmts-py.c
index 6d90cc766..46571d2d6 100644
--- a/python/rpmts-py.c
+++ b/python/rpmts-py.c
@@ -4,11 +4,11 @@
#include "system.h"
-#include <rpmlib.h>
-#include <rpmpgp.h>
-#include <rpmdb.h>
-#include <rpmbuild.h>
-#include <idtx.h>
+#include <rpm/rpmlib.h>
+#include <rpm/rpmpgp.h>
+#include <rpm/rpmdb.h>
+#include <rpm/rpmbuild.h>
+#include <rpm/idtx.h>
#include "header-py.h"
#include "rpmds-py.h" /* XXX for rpmdsNew */