]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-main.h
cleanup headers and especially #includes everywhere
[apt.git] / apt-private / private-main.h
index f9a95c4ecfdb9041e4ff73a3959b9692bd2c986b..257c51a0b96d9fd1fc5761cd6f96f9243879d947 100644 (file)
@@ -1,9 +1,8 @@
 #ifndef APT_PRIVATE_MAIN_H
 #define APT_PRIVATE_MAIN_H
 
-#include <apt-pkg/cmndline.h>
+class CommandLine;
 
 void CheckSimulateMode(CommandLine &CmdL);
 
-
 #endif