diff options
| author | David Kalnischkies <david@kalnischkies.de> | 2022-04-21 03:01:22 +0200 |
|---|---|---|
| committer | David Kalnischkies <david@kalnischkies.de> | 2022-05-07 10:45:44 +0200 |
| commit | 8fd65748589bb1e0b671d4a291521bfba1664c5c (patch) | |
| tree | f6eac6ea671ad466f4a616a957d7a8fc85e8ed0c /apt-pkg | |
| parent | 8d8b45a96ceceb015f7836cf25b99279c2f377b9 (diff) | |
Remove unused public zlib include from libapt fileutl.h
Our public interface doesn't use zlib for quite a while now so lets drop
the last remnants as hopefully nobody depends on us bringing it in…
Unlike our own private lib for transitive provision of unistd.h.
References: 680b916ce7203a40ebd0a3882b9a71ca77278a67
Diffstat (limited to 'apt-pkg')
| -rw-r--r-- | apt-pkg/contrib/fileutl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apt-pkg/contrib/fileutl.h b/apt-pkg/contrib/fileutl.h index dd16aa754..f4eefd7c2 100644 --- a/apt-pkg/contrib/fileutl.h +++ b/apt-pkg/contrib/fileutl.h @@ -28,9 +28,6 @@ #include <vector> #include <time.h> -#include <zlib.h> - - /* Define this for python-apt */ #define APT_HAS_GZIP 1 |
