From 0d616ec4ef49064412b27275dbbb1cb04b546fb5 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Wed, 23 Oct 2013 19:27:10 +0200 Subject: python/*.cc: Get rid of the easy-to-replace deprecated APT functions We cannot get rid of the InstallProtect and StrToTime calls for backwards compatibility, but let's drop the others. --- python/apt_pkgmodule.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/apt_pkgmodule.cc') diff --git a/python/apt_pkgmodule.cc b/python/apt_pkgmodule.cc index a3916021..644827c3 100644 --- a/python/apt_pkgmodule.cc +++ b/python/apt_pkgmodule.cc @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.2.3