From b8b986dd20a4ebbd8f2d297f3b02b424734abf71 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Mon, 29 Oct 2007 11:40:51 +0200 Subject: [PATCH] Remove unnecessary includes --- python/rpmfts-py.c | 2 -- python/rpmmodule.c | 3 --- 2 files changed, 5 deletions(-) diff --git a/python/rpmfts-py.c b/python/rpmfts-py.c index 81449d0..9b1e13a 100644 --- a/python/rpmfts-py.c +++ b/python/rpmfts-py.c @@ -10,8 +10,6 @@ #include "rpmfts-py.h" -#include "rpmlib.h" /* XXX _free */ - #include "debug.h" static int _rpmfts_debug = 1; diff --git a/python/rpmmodule.c b/python/rpmmodule.c index 79f3d49..4db0a2e 100644 --- a/python/rpmmodule.c +++ b/python/rpmmodule.c @@ -7,9 +7,6 @@ #include "rpmdb.h" #include "rpmsq.h" -#include "legacy.h" -#include "misc.h" - #include "header-py.h" #include "rpmal-py.h" #include "rpmds-py.h" -- 2.7.4