diff options
Diffstat (limited to 'apt-pkg/init.h')
-rw-r--r-- | apt-pkg/init.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/apt-pkg/init.h b/apt-pkg/init.h index d062392e3..9b26965b3 100644 --- a/apt-pkg/init.h +++ b/apt-pkg/init.h @@ -12,13 +12,6 @@ #ifndef PKGLIB_INIT_H #define PKGLIB_INIT_H -#ifndef APT_8_CLEANER_HEADERS -#include <apt-pkg/configuration.h> -#include <apt-pkg/pkgsystem.h> -#endif -#ifndef APT_10_CLEANER_HEADERS -#include <apt-pkg/macros.h> -#endif class pkgSystem; class Configuration; |