diff options
author | Rakesh Pandit <rakesh@fedoraproject.org> | 2009-03-14 16:38:10 +0530 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-04-23 12:10:22 +0300 |
commit | 7cd942db0b5c09f71caeb9b732f69acb7703f4ef (patch) | |
tree | a371272d48d1bcf7d06ab71bbf40e4f5ec987c55 /lib/psm.c | |
parent | 0766138ee96fd9c0db193907a0013aba5c3d18bf (diff) | |
download | librpm-tizen-7cd942db0b5c09f71caeb9b732f69acb7703f4ef.tar.gz librpm-tizen-7cd942db0b5c09f71caeb9b732f69acb7703f4ef.tar.bz2 librpm-tizen-7cd942db0b5c09f71caeb9b732f69acb7703f4ef.zip |
- Move header reading part from rpminstall to tryReadHeader function.
Diffstat (limited to 'lib/psm.c')
-rw-r--r-- | lib/psm.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -24,7 +24,6 @@ #include "lib/rpmte_internal.h" /* XXX internal apis */ #include "lib/rpmlead.h" /* writeLead proto */ #include "lib/signature.h" /* signature constants */ -#include "lib/misc.h" /* XXX rpmMkdirPath */ #include "debug.h" |