summaryrefslogtreecommitdiff
path: root/apt-pkg/cachefilter.h
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 /apt-pkg/cachefilter.h
parente0c969324c4c1196b5ec31f925c602ffcbe5080c (diff)
apt-pkg/algorithms.cc, apt-pkg/cachefilter.h: drop unused #include <apt-pkg/string_view.h>
Diffstat (limited to 'apt-pkg/cachefilter.h')
-rw-r--r--apt-pkg/cachefilter.h1
1 files changed, 0 insertions, 1 deletions
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>