]> sourceware.org Git - lvm2.git/commitdiff
cov: drop uneeded header files
authorZdenek Kabelac <zkabelac@redhat.com>
Mon, 15 Oct 2018 13:08:09 +0000 (15:08 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 15 Oct 2018 15:49:44 +0000 (17:49 +0200)
device_mapper/libdm-deptree.c
lib/activate/activate.c
lib/device/bcache.c
lib/device/dev-cache.c
lib/device/dev-io.c
lib/format_text/format-text.c
lib/label/label.c
lib/locking/file_locking.c
lib/metadata/vdo_manip.c
lib/metadata/vg.c
lib/mirror/mirrored.c

index 26251f8164eeae4b447ed088ef800b40688da483..5c5f12f6ae3797813cfde105c0df1402c8e6e024 100644 (file)
@@ -21,7 +21,6 @@
 
 #include <stdarg.h>
 #include <string.h>
-#include <sys/param.h>
 #include <sys/utsname.h>
 
 #define MAX_TARGET_PARAMSIZE 500000
index ead3b8dcbb2d385d0453ae70167189df34faac99..93448d3b1b9bb5c5c79edd831b353d95444cc218 100644 (file)
@@ -28,7 +28,6 @@
 #include "lib/config/config.h"
 #include "lib/metadata/segtype.h"
 #include "lib/misc/sharedlib.h"
-#include "lib/cache/lvmcache.h"
 #include "lib/metadata/metadata.h"
 
 #include <limits.h>
index 8b2c7f88097cb4039e6b116319f6b8251758673f..5e957fedc6ddb04900490e044c1924a51b487198 100644 (file)
@@ -31,7 +31,6 @@
 #include <libaio.h>
 #include <unistd.h>
 #include <linux/fs.h>
-#include <sys/ioctl.h>
 #include <sys/user.h>
 
 #define SECTOR_SHIFT 9L
index f83ccda482ea71824ce879a8d3634a29bc7a13d2..9b141fe930e2ae05a11ddc5b49d409b346eba21d 100644 (file)
@@ -25,7 +25,6 @@
 #include <libudev.h>
 #endif
 #include <unistd.h>
-#include <sys/param.h>
 #include <dirent.h>
 
 struct dev_iter {
index a3643c4dad47bbf047fd20b5b11e490913ed4ef9..dc95131228d665f2b853a9882d67573d752f680a 100644 (file)
@@ -17,7 +17,6 @@
 #include "lib/device/device.h"
 #include "lib/metadata/metadata.h"
 #include "lib/mm/memlock.h"
-#include "lib/locking/locking.h"
 
 #include <limits.h>
 #include <sys/stat.h>
index 99945b1adeeecc49d4f8dbcf98981c0a0f20cf73..5d8355e895d744d3b9231eac4cdd57d857d50870 100644 (file)
 #include "lib/mm/xlate.h"
 #include "lib/label/label.h"
 #include "lib/cache/lvmcache.h"
-#include "lib/mm/memlock.h"
 
 #include <unistd.h>
-#include <sys/param.h>
 #include <limits.h>
 #include <dirent.h>
 #include <ctype.h>
index 6c074d65823dec4031ec4a1449f1c799ef9024e4..22b6bc2189063c1bf188078070df6034f54e2e83 100644 (file)
@@ -28,7 +28,6 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <unistd.h>
-#include <sys/time.h>
 #include <sys/types.h>
 
 /* FIXME Allow for larger labels?  Restricted to single sector currently */
index 8e08b08e44a4f5f7baf662cd64fb02e2d5f52056..8f808c8bee3f5c475318d67a38ef8ef7249d9c1b 100644 (file)
@@ -16,7 +16,6 @@
 #include "lib/misc/lib.h"
 #include "lib/locking/locking.h"
 #include "locking_types.h"
-#include "lib/activate/activate.h"
 #include "lib/config/config.h"
 #include "lib/config/defaults.h"
 #include "lib/misc/lvm-string.h"
index c0446adfe27902afdc1eb1c0268e1fce3b18d40f..b5bbbe27ba7fecd85f6799f1d2c19d3a51024491 100644 (file)
@@ -21,8 +21,6 @@
 #include "lib/metadata/segtype.h"
 #include "lib/activate/activate.h"
 #include "lib/config/defaults.h"
-#include "lib/metadata/lv_alloc.h"
-#include "lib/misc/lvm-signal.h"
 #include "lib/misc/lvm-exec.h"
 
 const char *get_vdo_compression_state_name(enum dm_vdo_compression_state state)
index a9cb54174fe3f4f2f9f5b6d6e9a7b9dad5a6f507..aca4fe7837240c2b8cb94c7ccd6ac9a8d5b55728 100644 (file)
@@ -18,7 +18,6 @@
 #include "lib/display/display.h"
 #include "lib/activate/activate.h"
 #include "lib/commands/toolcontext.h"
-#include "lib/cache/lvmcache.h"
 #include "lib/format_text/archiver.h"
 
 struct volume_group *alloc_vg(const char *pool_name, struct cmd_context *cmd,
index 1ca4037be44ec3e19f6e2ab47e345d33937d6039..7fa8714eb8324880d8a4eb3b153df5900db991fb 100644 (file)
@@ -16,7 +16,6 @@
 #include "base/memory/zalloc.h"
 #include "lib/misc/lib.h"
 #include "lib/commands/toolcontext.h"
-#include "lib/metadata/metadata.h"
 #include "lib/metadata/segtype.h"
 #include "lib/display/display.h"
 #include "lib/format_text/text_export.h"
This page took 0.057875 seconds and 5 git commands to generate.