summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/deblistparser.cc
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2020-01-17 14:35:04 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2020-02-18 13:40:22 +0100
commit237ef6d210a0370131deb58277e77d579d58d15a (patch)
tree8aa4ec8fc533526814fed6366d6d52adee053e22 /apt-pkg/deb/deblistparser.cc
parent8c10048dce06ee0f160c86a6df07f0e6d2c34242 (diff)
Remove CRC-16 implementation
Diffstat (limited to 'apt-pkg/deb/deblistparser.cc')
-rw-r--r--apt-pkg/deb/deblistparser.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/deb/deblistparser.cc b/apt-pkg/deb/deblistparser.cc
index 33c83f8f0..eaa9dfda9 100644
--- a/apt-pkg/deb/deblistparser.cc
+++ b/apt-pkg/deb/deblistparser.cc
@@ -14,7 +14,6 @@
#include <apt-pkg/aptconfiguration.h>
#include <apt-pkg/cachefilter.h>
#include <apt-pkg/configuration.h>
-#include <apt-pkg/crc-16.h>
#include <apt-pkg/deblistparser.h>
#include <apt-pkg/error.h>
#include <apt-pkg/hashes.h>