diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-07-15 20:37:31 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-07-15 20:37:31 +0200 |
| commit | 03d50af0b317fb6501be1cd1f5be1a1ff3526703 (patch) | |
| tree | 0a7362b44e118e3f013351f3f904844a26774e71 /python/python-apt.h | |
| parent | 2a08f9a8fec67e535d91d00fea7be2c1f2090fbd (diff) | |
| download | python-apt-03d50af0b317fb6501be1cd1f5be1a1ff3526703.tar.gz | |
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.
Diffstat (limited to 'python/python-apt.h')
| -rw-r--r-- | python/python-apt.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 <Python.h> -#include <apt-pkg/hashes.h> #include "generic.h" struct _PyAptPkgAPIStruct { |
