summaryrefslogtreecommitdiff
path: root/lib/rpmte.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 /lib/rpmte.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 'lib/rpmte.c')
-rw-r--r--lib/rpmte.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/rpmte.c b/lib/rpmte.c
index 4b0957418..44c852f95 100644
--- a/lib/rpmte.c
+++ b/lib/rpmte.c
@@ -3,14 +3,14 @@
* Routine(s) to handle an "rpmte" transaction element.
*/
#include "system.h"
-#include "rpmlib.h"
+#include <rpmlib.h>
-#include "rpmds.h"
-#include "rpmfi.h"
+#include <rpmds.h>
+#include <rpmfi.h>
#define _RPMTE_INTERNAL
-#include "rpmte.h"
-#include "rpmts.h"
+#include <rpmte.h>
+#include <rpmts.h>
#include "debug.h"