]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/cmndline.h
fix resource leak (thanks coverity)
[apt.git] / apt-pkg / contrib / cmndline.h
index 7c0c71aa7b83abef8b962fc4e679fe720c64da81..9f505fd410547edc8fc2678872a2caa4dfe08e64 100644 (file)
 #ifndef PKGLIB_CMNDLINE_H
 #define PKGLIB_CMNDLINE_H
 
-
-
+#ifndef APT_8_CLEANER_HEADERS
 #include <apt-pkg/configuration.h>
+#endif
+
+class Configuration;
 
 class CommandLine
 {