diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-23 06:46:19 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-23 06:46:19 +0100 |
commit | abeea80a38682069fe97e69c0c8ca71475497ba0 (patch) | |
tree | 1889ce4d6632eb42cdbf3722b76da5df6f8c330d /rpmio/tdir.c | |
parent | 7fb2899b84ec829cb72a059e7ae32b23a7c80669 (diff) | |
download | rpm-abeea80a38682069fe97e69c0c8ca71475497ba0.tar.gz rpm-abeea80a38682069fe97e69c0c8ca71475497ba0.tar.bz2 rpm-abeea80a38682069fe97e69c0c8ca71475497ba0.zip |
Use #include <x.h> syntax to include public headers.
Diffstat (limited to 'rpmio/tdir.c')
-rw-r--r-- | rpmio/tdir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpmio/tdir.c b/rpmio/tdir.c index ee829d8d9..05550b78c 100644 --- a/rpmio/tdir.c +++ b/rpmio/tdir.c @@ -1,8 +1,8 @@ #include "system.h" #include "rpmio_internal.h" -#include "rpmmacro.h" -#include "rpmmessages.h" +#include <rpmmacro.h> +#include <rpmmessages.h> #include <popt.h> #include "debug.h" |