summaryrefslogtreecommitdiff
path: root/rpm2cpio.c
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-11-23 06:46:19 +0100
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-11-23 06:46:19 +0100
commitabeea80a38682069fe97e69c0c8ca71475497ba0 (patch)
tree1889ce4d6632eb42cdbf3722b76da5df6f8c330d /rpm2cpio.c
parent7fb2899b84ec829cb72a059e7ae32b23a7c80669 (diff)
downloadrpm-abeea80a38682069fe97e69c0c8ca71475497ba0.tar.gz
rpm-abeea80a38682069fe97e69c0c8ca71475497ba0.tar.bz2
rpm-abeea80a38682069fe97e69c0c8ca71475497ba0.zip
Use #include <x.h> syntax to include public headers.
Diffstat (limited to 'rpm2cpio.c')
-rw-r--r--rpm2cpio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/rpm2cpio.c b/rpm2cpio.c
index 4a1934ce4..c5d586c71 100644
--- a/rpm2cpio.c
+++ b/rpm2cpio.c
@@ -3,10 +3,10 @@
#include "system.h"
const char *__progname;
-#include "rpmlib.h"
-#include "rpmpgp.h"
+#include <rpmlib.h>
+#include <rpmpgp.h>
-#include "rpmts.h"
+#include <rpmts.h>
#include "debug.h"