From 03d50af0b317fb6501be1cd1f5be1a1ff3526703 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Wed, 15 Jul 2009 20:37:31 +0200 Subject: python/python-apt.h: Do not include apt-pkg/hashes.h. Users of the API should include the bits themselves. We don't need to include them, because we only use macros. --- python/python-apt.h | 1 - 1 file changed, 1 deletion(-) (limited to 'python/python-apt.h') diff --git a/python/python-apt.h b/python/python-apt.h index 557f5a3b..16734238 100644 --- a/python/python-apt.h +++ b/python/python-apt.h @@ -22,7 +22,6 @@ #ifndef PYTHON_APT_H #define PYTHON_APT_H #include -#include #include "generic.h" struct _PyAptPkgAPIStruct { -- cgit v1.2.3