summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@nabijaczleweli.xyz>2024-11-12 17:59:14 +0100
committerнаб <nabijaczleweli@nabijaczleweli.xyz>2024-11-12 20:36:10 +0100
commite1cb4e100320ceb5c81583943f57bcd007a95a7d (patch)
treecbf089054c91b344be01fb792f7b294eaa12caaa
parente0c969324c4c1196b5ec31f925c602ffcbe5080c (diff)
apt-pkg/algorithms.cc, apt-pkg/cachefilter.h: drop unused #include <apt-pkg/string_view.h>
-rw-r--r--apt-pkg/algorithms.cc1
-rw-r--r--apt-pkg/cachefilter.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/apt-pkg/algorithms.cc b/apt-pkg/algorithms.cc
index 72184748a..790ea4778 100644
--- a/apt-pkg/algorithms.cc
+++ b/apt-pkg/algorithms.cc
@@ -25,7 +25,6 @@
#include <apt-pkg/macros.h>
#include <apt-pkg/packagemanager.h>
#include <apt-pkg/pkgcache.h>
-#include <apt-pkg/string_view.h>
#include <apt-pkg/strutl.h>
#include <apt-pkg/version.h>
diff --git a/apt-pkg/cachefilter.h b/apt-pkg/cachefilter.h
index 1b5f9aa71..4027178bf 100644
--- a/apt-pkg/cachefilter.h
+++ b/apt-pkg/cachefilter.h
@@ -7,7 +7,6 @@
#define APT_CACHEFILTER_H
// Include Files /*{{{*/
#include <apt-pkg/pkgcache.h>
-#include <apt-pkg/string_view.h>
#include <memory>
#include <string>