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 /python/rpmfi-py.h | |
parent | 7fb2899b84ec829cb72a059e7ae32b23a7c80669 (diff) | |
download | librpm-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 'python/rpmfi-py.h')
-rw-r--r-- | python/rpmfi-py.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmfi-py.h b/python/rpmfi-py.h index e10f7740c..37cde0ec2 100644 --- a/python/rpmfi-py.h +++ b/python/rpmfi-py.h @@ -1,7 +1,7 @@ #ifndef H_RPMFI_PY #define H_RPMFI_PY -#include "rpmfi.h" +#include <rpmfi.h> /** \ingroup py_c * \file python/rpmfi-py.h |