summaryrefslogtreecommitdiff
path: root/lib/rpmlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpmlib.h')
-rw-r--r--lib/rpmlib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/rpmlib.h b/lib/rpmlib.h
index a5d1c2982..a4ac39dc7 100644
--- a/lib/rpmlib.h
+++ b/lib/rpmlib.h
@@ -5,10 +5,10 @@
/* and it shouldn't need these :-( */
-#include "rpmio.h"
-#include "dbindex.h"
-#include "header.h"
-#include "popt.h" /* XXX you now need to install the popt package */
+#include <rpmio.h>
+#include <dbindex.h>
+#include <header.h>
+#include <popt.h>
#ifdef __cplusplus
extern "C" {