summaryrefslogtreecommitdiff
path: root/lib/rpmts_internal.h
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/rpmts_internal.h
parent7fb2899b84ec829cb72a059e7ae32b23a7c80669 (diff)
downloadlibrpm-tizen-abeea80a38682069fe97e69c0c8ca71475497ba0.tar.gz
librpm-tizen-abeea80a38682069fe97e69c0c8ca71475497ba0.tar.bz2
librpm-tizen-abeea80a38682069fe97e69c0c8ca71475497ba0.zip
Use #include <x.h> syntax to include public headers.
Diffstat (limited to 'lib/rpmts_internal.h')
-rw-r--r--lib/rpmts_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpmts_internal.h b/lib/rpmts_internal.h
index dd52ef1f9..a13a3bfb5 100644
--- a/lib/rpmts_internal.h
+++ b/lib/rpmts_internal.h
@@ -1,9 +1,9 @@
#ifndef _RPMTS_INTERNAL_H
#define _RPMTS_INTERNAL_H
-#include "rpmts.h"
+#include <rpmts.h>
#include "rpmhash.h" /* XXX hashTable */
-#include "rpmal.h" /* XXX availablePackage/relocateFileList ,*/
+#include <rpmal.h> /* XXX availablePackage/relocateFileList ,*/
#include "rpmtsscore.h" /* for rpmtsScore */
extern int _cacheDependsRC;