From 40a75722c43ae24cb9a99d6730a3b25b65819c49 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 20 Feb 2024 13:43:08 +0100 Subject: Modernize standard library includes This was automated with sed and git-clang-format, and then I had to fix up the top of policy.cc by hand as git-clang-format accidentally indented it by two spaces. --- apt-pkg/deb/deblistparser.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apt-pkg/deb/deblistparser.cc') diff --git a/apt-pkg/deb/deblistparser.cc b/apt-pkg/deb/deblistparser.cc index 6b76c4d07..8099b36e4 100644 --- a/apt-pkg/deb/deblistparser.cc +++ b/apt-pkg/deb/deblistparser.cc @@ -25,11 +25,11 @@ #include #include +#include +#include +#include #include #include -#include -#include -#include /*}}}*/ using std::string; -- cgit v1.2.3-70-g09d2