]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-sources.h
fix test/integration/test-apt-helper
[apt.git] / apt-private / private-sources.h
index b394622bee03648d06176ed7f1e5aaaf51dc82be..4c58af180ee1853d742b4de53586e7b079eac47e 100644 (file)
@@ -1,3 +1,8 @@
-#include <apt-pkg/cmndline.h>
+#ifndef APT_PRIVATE_SOURCES_H
+#define APT_PRIVATE_SOURCES_H
+
+class CommandLine;
 
 bool EditSources(CommandLine &CmdL);
+
+#endif