]> git.ipfire.org Git - pakfire.git/commitdiff
python: Drop include which has been deleted before
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 15 Jan 2018 17:22:45 +0000 (18:22 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 15 Jan 2018 17:22:45 +0000 (18:22 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/_pakfire/pool.c

index 5061f908b3892e36d79e46a5c4beb214149293af..6d09e5f0683f70d6971708c4c68ac4e6065577ce 100644 (file)
@@ -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) {