Skip to content

Commit

Permalink
cleanup: remove unneded headers
Browse files Browse the repository at this point in the history
As the common code was refactored to toollib, this header file
no longer needs to be included here.
  • Loading branch information
Zdenek Kabelac committed Jun 3, 2024
1 parent 13e0222 commit cd0f5ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tools/vgchange.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include "tools.h"
#include "lib/device/device_id.h"
#include "lib/label/hints.h"
#include "device_mapper/misc/dm-ioctl.h"

struct vgchange_params {
int lock_start_count;
Expand Down
1 change: 0 additions & 1 deletion tools/vgimportdevices.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include "tools.h"
#include "lib/cache/lvmcache.h"
#include "lib/device/device_id.h"
#include "device_mapper/misc/dm-ioctl.h"
#include "lib/activate/activate.h"
/* coverity[unnecessary_header] needed for MuslC */
#include <sys/file.h>
Expand Down

0 comments on commit cd0f5ee

Please sign in to comment.