diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 07:20:59 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 07:20:59 +0100 |
commit | a02ad3f220decc6a8e54fbf8e436f64ee0c07243 (patch) | |
tree | 133a541af12a1b922145efd0b51b61e005890ab4 /build/poptBT.c | |
parent | bb3c8db9a5428f1cab562ea205e6b1305822fe5d (diff) | |
download | rpm-a02ad3f220decc6a8e54fbf8e436f64ee0c07243.tar.gz rpm-a02ad3f220decc6a8e54fbf8e436f64ee0c07243.tar.bz2 rpm-a02ad3f220decc6a8e54fbf8e436f64ee0c07243.zip |
Remove unnecessary includes.
Diffstat (limited to 'build/poptBT.c')
-rw-r--r-- | build/poptBT.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/poptBT.c b/build/poptBT.c index 4444ef1dc..a8487b284 100644 --- a/build/poptBT.c +++ b/build/poptBT.c @@ -5,10 +5,8 @@ #include "system.h" -#include "rpmcli.h" #include "rpmbuild.h" -#include "build.h" #include "legacy.h" /* XXX _noDirTokens */ #include "rpmerr.h" #include "debug.h" |