1

dm vdo: remove unnecessary indexer.h includes

Signed-off-by: Matthew Sakai <msakai@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
This commit is contained in:
Matthew Sakai 2024-02-19 22:23:07 -05:00 committed by Mike Snitzer
parent 81c751ad1b
commit 61234f0bda
2 changed files with 0 additions and 2 deletions

View File

@ -11,7 +11,6 @@
#include <linux/limits.h>
#include <linux/uuid.h>
#include "indexer.h"
#include "numeric.h"
#include "constants.h"

View 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"