diff options
author | tv <tv@971eb68f-4bfb-0310-8326-d2484c010a4c> | 2012-12-18 01:51:34 +0000 |
---|---|---|
committer | tv <tv@971eb68f-4bfb-0310-8326-d2484c010a4c> | 2012-12-18 01:51:34 +0000 |
commit | 777781aa71ee8234935d6a61decbcdd01bd84760 (patch) | |
tree | a3205a771c84654f64037321c62daee086b3040a /rpmconstant | |
parent | 999cda5fe1b43e29e509fabdb9fcd81bcfc6f26d (diff) | |
download | perl-RPM4-777781aa71ee8234935d6a61decbcdd01bd84760.tar perl-RPM4-777781aa71ee8234935d6a61decbcdd01bd84760.tar.gz perl-RPM4-777781aa71ee8234935d6a61decbcdd01bd84760.tar.bz2 perl-RPM4-777781aa71ee8234935d6a61decbcdd01bd84760.tar.xz perl-RPM4-777781aa71ee8234935d6a61decbcdd01bd84760.zip |
sort headers
git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@246 971eb68f-4bfb-0310-8326-d2484c010a4c
Diffstat (limited to 'rpmconstant')
-rw-r--r-- | rpmconstant/rpmconstant.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/rpmconstant/rpmconstant.h b/rpmconstant/rpmconstant.h index 390e8e3..30f115e 100644 --- a/rpmconstant/rpmconstant.h +++ b/rpmconstant/rpmconstant.h @@ -24,17 +24,17 @@ #include <stdio.h> #include <rpm/header.h> -#include <rpm/rpmio.h> +#include <rpm/rpmbuild.h> #include <rpm/rpmdb.h> -#include <rpm/rpmts.h> -#include <rpm/rpmte.h> -#include <rpm/rpmps.h> #include <rpm/rpmds.h> #include <rpm/rpmfi.h> -#include <rpm/rpmpgp.h> -#include <rpm/rpmbuild.h> +#include <rpm/rpmio.h> #include <rpm/rpmlib.h> #include <rpm/rpmlog.h> +#include <rpm/rpmpgp.h> +#include <rpm/rpmps.h> +#include <rpm/rpmte.h> +#include <rpm/rpmts.h> /** * A constant pair name/value |