diff options
Diffstat (limited to 'apt-private/private-list.h')
-rw-r--r-- | apt-private/private-list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-private/private-list.h b/apt-private/private-list.h index 6f5aad27a..749744dd1 100644 --- a/apt-private/private-list.h +++ b/apt-private/private-list.h @@ -1,7 +1,7 @@ #ifndef APT_PRIVATE_LIST_H #define APT_PRIVATE_LIST_H -#include <apt-pkg/cmndline.h> +class CommandLine; bool List(CommandLine &Cmd); |