From 938761f49f3ab949365d1560bf3d05f77774cfc8 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Sun, 7 Mar 2021 19:12:34 +0200 Subject: [PATCH] types.cc: drop unused #include "compaction_garbage_collector.hh" Garbage-collect unused #includes. Closes #8232 --- types.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/types.cc b/types.cc index ab9eb5cefa..28873b72f8 100644 --- a/types.cc +++ b/types.cc @@ -53,7 +53,6 @@ #include "utils/utf8.hh" #include "utils/ascii.hh" #include "mutation_partition.hh" -#include "compaction_garbage_collector.hh" #include "types/user.hh" #include "types/tuple.hh"