diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-10-29 10:32:38 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-10-29 10:32:38 +0200 |
commit | 3b9fd01a9aa03dc8d6dc1b9b6cbed6c2b4104628 (patch) | |
tree | 90ac5c4fe11cf5f1f401cb5fa70e21d8de6d877a /build/parsePreamble.c | |
parent | 35bcc3dc3061bf0c15a9ce16ff84b35e7f7076f6 (diff) | |
download | librpm-tizen-3b9fd01a9aa03dc8d6dc1b9b6cbed6c2b4104628.tar.gz librpm-tizen-3b9fd01a9aa03dc8d6dc1b9b6cbed6c2b4104628.tar.bz2 librpm-tizen-3b9fd01a9aa03dc8d6dc1b9b6cbed6c2b4104628.zip |
Remove couple of useless rpmio_internal includes
Diffstat (limited to 'build/parsePreamble.c')
-rw-r--r-- | build/parsePreamble.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/parsePreamble.c b/build/parsePreamble.c index f65c8028a..c66fd6ae2 100644 --- a/build/parsePreamble.c +++ b/build/parsePreamble.c @@ -5,7 +5,6 @@ #include "system.h" -#include "rpmio_internal.h" #include "rpmbuild.h" #include "rpmerr.h" #include "debug.h" |