summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Burrows <Daniel Burrows Daniel_Burrows@alumni.brown.edu>2010-06-06 18:09:53 -0700
committerDaniel Burrows <Daniel Burrows Daniel_Burrows@alumni.brown.edu>2010-06-06 18:09:53 -0700
commit836d32a9bc605c17fb9513eeba02713c4f260cfb (patch)
tree57e7dc640523cc1c52b2313e6a9e2a135c9435d3 /src
parentfafb55f320055a5ab3b8aef2b134913771a0cfd9 (diff)
downloadaptitude-836d32a9bc605c17fb9513eeba02713c4f260cfb.tar.gz
Fix up the includes of text_progress.cc to match the new style.
Diffstat (limited to 'src')
-rw-r--r--src/cmdline/text_progress.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/cmdline/text_progress.cc b/src/cmdline/text_progress.cc
index d3ef1118..4f8f01da 100644
--- a/src/cmdline/text_progress.cc
+++ b/src/cmdline/text_progress.cc
@@ -18,16 +18,18 @@
// the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.
+// Local includes:
#include "text_progress.h"
#include "transient_message.h"
+#include <aptitude.h>
+
#include <generic/apt/apt.h>
#include <generic/apt/config_signal.h>
-#include <aptitude.h>
-
+// System includes:
#include <apt-pkg/error.h>
#include <boost/format.hpp>