From: Michael Tremer Date: Mon, 15 Jan 2018 17:22:45 +0000 (+0100) Subject: python: Drop include which has been deleted before X-Git-Tag: 0.9.28~1285^2~1184 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2222b85c14d1bb38c66a62f63158f9bff44c3bdb;p=pakfire.git python: Drop include which has been deleted before Signed-off-by: Michael Tremer --- diff --git a/src/_pakfire/pool.c b/src/_pakfire/pool.c index 5061f908b..6d09e5f06 100644 --- a/src/_pakfire/pool.c +++ b/src/_pakfire/pool.c @@ -33,7 +33,6 @@ #include "pool.h" #include "relation.h" #include "repo.h" -#include "solvable.h" #include "util.h" static PyObject* Pool_new(PyTypeObject* type, PyObject* args, PyObject* kwds) {