]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/dpkgpm.h
* fix error in AutocleanInterval, closes: #319339
[apt.git] / apt-pkg / deb / dpkgpm.h
index 2ff8a9ac71ffb4d5cec6d8adb9282963283810d3..7da729904420c24a6bc76351388097d8bf99870d 100644 (file)
 #ifndef PKGLIB_DPKGPM_H
 #define PKGLIB_DPKGPM_H
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/dpkgpm.h"
-#endif
-
 #include <apt-pkg/packagemanager.h>
 #include <vector>
 #include <stdio.h>
@@ -47,7 +43,7 @@ class pkgDPkgPM : public pkgPackageManager
    bool RunScripts(const char *Cnf);
    bool RunScriptsWithPkgs(const char *Cnf);
    bool SendV2Pkgs(FILE *F);
-   
+
    // The Actuall installation implementation
    virtual bool Install(PkgIterator Pkg,string File);
    virtual bool Configure(PkgIterator Pkg);