]> git.saurik.com Git - apt.git/commitdiff
fix install-progress location
authorMichael Vogt <mvo@debian.org>
Tue, 22 Oct 2013 17:02:01 +0000 (19:02 +0200)
committerMichael Vogt <mvo@debian.org>
Tue, 22 Oct 2013 17:02:01 +0000 (19:02 +0200)
apt-pkg/deb/dpkgpm.cc
apt-pkg/install-progress.cc
apt-pkg/packagemanager.h
apt-private/private-install.cc

index adc94f05cc24ab78511095320f286ad8dc1ead84..c98ff3e045e06e9bafcebdcb358439ffbeae0f33 100644 (file)
@@ -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>
index 1d15228c2c80bc10b7d2accd153a506d72c3523a..9d0d4e3f16d844b2463f9a9c48321622c2b5518d 100644 (file)
@@ -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>
 
index dcd12f97980777b1cba40a59a9938c9a97aa222e..8ffac2f1397729405bb245b16b622da20020ecce 100644 (file)
@@ -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>
index 1d2acee6ca886d41d9663b1e20664ee5baf6bc4a..d9d46dba0b38d9acaa500ca617fa0b129f1c3177 100644 (file)
@@ -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>