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:
parent
13e0222ba2
commit
cd0f5ee36c
@ -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;
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user