diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-01-30 17:05:29 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-01-30 17:05:29 +0200 |
commit | eb5dc35c196c2b18e934a046627ee59d54e175d6 (patch) | |
tree | 8c1eac42d934698687b7e38e74b6e2dca3548bca /rpmdb/fprint.h | |
parent | d2efb5d77c0a3a2f5919d40efe5e163254422b6f (diff) | |
download | librpm-tizen-eb5dc35c196c2b18e934a046627ee59d54e175d6.tar.gz librpm-tizen-eb5dc35c196c2b18e934a046627ee59d54e175d6.tar.bz2 librpm-tizen-eb5dc35c196c2b18e934a046627ee59d54e175d6.zip |
Include spring-cleaning
- put some consistency into include ordering
- everything (apart from bits missed ;) is now ordered like this
1. "system.h"
2. other system includes
3. rpm public headers
4. rpm private headers
5. "debug.h"
Diffstat (limited to 'rpmdb/fprint.h')
-rw-r--r-- | rpmdb/fprint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/fprint.h b/rpmdb/fprint.h index 078d010dc..3e478fbbe 100644 --- a/rpmdb/fprint.h +++ b/rpmdb/fprint.h @@ -6,8 +6,8 @@ * Identify a file name path by a unique "finger print". */ -#include "rpmdb/rpmhash.h" #include <rpm/header.h> +#include "rpmdb/rpmhash.h" /** */ |