Przeglądaj źródła

fix install-progress location

Michael Vogt 12 lat temu
rodzic
commit
af36becc88

+ 1 - 2
apt-pkg/deb/dpkgpm.cc

@@ -19,8 +19,7 @@
 #include <apt-pkg/fileutl.h>
 #include <apt-pkg/cachefile.h>
 #include <apt-pkg/packagemanager.h>
-
-#include <apt-private/private-progress.h>
+#include <apt-pkg/install-progress.h>
 
 #include <unistd.h>
 #include <stdlib.h>

+ 1 - 2
apt-pkg/install-progress.cc

@@ -1,8 +1,7 @@
 #include <apt-pkg/configuration.h>
 #include <apt-pkg/fileutl.h>
 #include <apt-pkg/strutl.h>
-
-#include <apt-private/private-progress.h>
+#include <apt-pkg/install-progress.h>
 
 #include <apti18n.h>
 

+ 1 - 2
apt-pkg/packagemanager.h

@@ -25,8 +25,7 @@
 
 #include <apt-pkg/macros.h>
 #include <apt-pkg/pkgcache.h>
-
-#include <apt-private/private-progress.h>
+#include <apt-pkg/install-progress.h>
 
 #include <string>
 #include <iostream>

+ 1 - 2
apt-private/private-install.cc

@@ -23,8 +23,7 @@
 #include <apt-pkg/pkgsystem.h>
 #include <apt-pkg/pkgrecords.h>
 #include <apt-pkg/indexfile.h>
-
-#include <apt-private/private-progress.h>
+#include <apt-pkg/install-progress.h>
 
 #include <set>
 #include <locale.h>