1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

cleanup: remove unneded headers

As the common code was refactored to toollib, this header file
no longer needs to be included here.
This commit is contained in:
Zdenek Kabelac 2024-05-30 14:24:00 +02:00
parent 13e0222ba2
commit cd0f5ee36c
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@
#include "tools.h" #include "tools.h"
#include "lib/device/device_id.h" #include "lib/device/device_id.h"
#include "lib/label/hints.h" #include "lib/label/hints.h"
#include "device_mapper/misc/dm-ioctl.h"
struct vgchange_params { struct vgchange_params {
int lock_start_count; int lock_start_count;

View File

@ -15,7 +15,6 @@
#include "tools.h" #include "tools.h"
#include "lib/cache/lvmcache.h" #include "lib/cache/lvmcache.h"
#include "lib/device/device_id.h" #include "lib/device/device_id.h"
#include "device_mapper/misc/dm-ioctl.h"
#include "lib/activate/activate.h" #include "lib/activate/activate.h"
/* coverity[unnecessary_header] needed for MuslC */ /* coverity[unnecessary_header] needed for MuslC */
#include <sys/file.h> #include <sys/file.h>