dm vdo: remove unnecessary indexer.h includes
authorMatthew Sakai <msakai@redhat.com>
Tue, 20 Feb 2024 03:23:07 +0000 (22:23 -0500)
committerMike Snitzer <snitzer@kernel.org>
Mon, 4 Mar 2024 20:07:55 +0000 (15:07 -0500)
Signed-off-by: Matthew Sakai <msakai@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
drivers/md/dm-vdo/encodings.h
drivers/md/dm-vdo/vdo.h

index 18794fd59b0bbb04e2830079c338ce846690e326..e5ff2b0aaa79718c231447d80853556841d52946 100644 (file)
@@ -11,7 +11,6 @@
 #include <linux/limits.h>
 #include <linux/uuid.h>
 
-#include "indexer.h"
 #include "numeric.h"
 
 #include "constants.h"
index 3938e519ae6a5747b4b052e226f529fb6cfd6a47..01558fc67f241060be135b36c1c5c8c2d1c5f320 100644 (file)
@@ -17,7 +17,6 @@
 #include "admin-state.h"
 #include "encodings.h"
 #include "funnel-workqueue.h"
-#include "indexer.h"
 #include "packer.h"
 #include "physical-zone.h"
 #include "statistics.h"