summaryrefslogtreecommitdiff
path: root/build/parseDescription.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 /build/parseDescription.c
parent7fb2899b84ec829cb72a059e7ae32b23a7c80669 (diff)
downloadrpm-abeea80a38682069fe97e69c0c8ca71475497ba0.tar.gz
Use #include <x.h> syntax to include public headers.
Diffstat (limited to 'build/parseDescription.c')
-rw-r--r--build/parseDescription.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/parseDescription.c b/build/parseDescription.c
index 89fb2a3cb..6d598b8fe 100644
--- a/build/parseDescription.c
+++ b/build/parseDescription.c
@@ -5,8 +5,8 @@
#include "system.h"
-#include "rpmbuild.h"
-#include "rpmlog.h"
+#include <rpmbuild.h>
+#include <rpmlog.h>
#include "debug.h"
extern int noLang;