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

cov: remove unused header files

This commit is contained in:
Zdenek Kabelac 2022-12-20 13:54:59 +01:00
parent b6b1c19365
commit 44a2f2df92
3 changed files with 0 additions and 3 deletions

View File

@ -22,7 +22,6 @@
#include <dirent.h>
#include <mntent.h>
#include <sys/ioctl.h>
static const char *_lvresize_fs_helper_path;

View File

@ -17,7 +17,6 @@
#include "lib/commands/toolcontext.h"
#include "lib/device/device.h"
#include "lib/device/online.h"
#include "lib/metadata/metadata.h"
#include <dirent.h>

View File

@ -26,7 +26,6 @@
#include <string.h>
#include <inttypes.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <ctype.h>