diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-02-03 16:24:07 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-02-03 16:24:07 +0200 |
commit | f53c32337238b84bb2c555ca12cdc07f6a963361 (patch) | |
tree | 4ad6c8b4ecb29608a1a3363ea4a18eaa76568794 /lib/legacy.c | |
parent | abce05919d417b026bedd81d3a08f91625392530 (diff) | |
download | rpm-f53c32337238b84bb2c555ca12cdc07f6a963361.tar.gz rpm-f53c32337238b84bb2c555ca12cdc07f6a963361.tar.bz2 rpm-f53c32337238b84bb2c555ca12cdc07f6a963361.zip |
Make rpmtag.h standalone, include from rpmtypes.h
- permits header.h to use the tag types
- revert other includes back to header.h, more crazy #include churn...
- rpmTagTable etc in header.h for now, don't really belong there but...
Diffstat (limited to 'lib/legacy.c')
-rw-r--r-- | lib/legacy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/legacy.c b/lib/legacy.c index 18af33d03..a2dc385c3 100644 --- a/lib/legacy.c +++ b/lib/legacy.c @@ -4,7 +4,7 @@ #include "system.h" -#include <rpm/rpmtag.h> +#include <rpm/header.h> #include <rpm/rpmmacro.h> #include <rpm/rpmstring.h> #include <rpm/rpmfi.h> |