mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
cleanup: drop uneeded headers
This commit is contained in:
parent
bcd6deea18
commit
d88fab8d3a
@ -19,7 +19,6 @@
|
|||||||
#include "locking.h"
|
#include "locking.h"
|
||||||
#include "clvm.h"
|
#include "clvm.h"
|
||||||
#include "clvmd-comms.h"
|
#include "clvmd-comms.h"
|
||||||
#include "lvm-functions.h"
|
|
||||||
#include "clvmd.h"
|
#include "clvmd.h"
|
||||||
|
|
||||||
#include <sys/un.h>
|
#include <sys/un.h>
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
#include "sharedlib.h"
|
#include "sharedlib.h"
|
||||||
#include "toolcontext.h"
|
#include "toolcontext.h"
|
||||||
#include "activate.h"
|
#include "activate.h"
|
||||||
#include "locking.h"
|
|
||||||
|
|
||||||
static void *_locking_lib = NULL;
|
static void *_locking_lib = NULL;
|
||||||
static void (*_reset_fn) (void) = NULL;
|
static void (*_reset_fn) (void) = NULL;
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
#include "activate.h"
|
#include "activate.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "defaults.h"
|
#include "defaults.h"
|
||||||
#include "lvm-file.h"
|
|
||||||
#include "lvm-string.h"
|
#include "lvm-string.h"
|
||||||
#include "lvm-flock.h"
|
#include "lvm-flock.h"
|
||||||
#include "lvmcache.h"
|
#include "lvmcache.h"
|
||||||
@ -28,7 +27,6 @@
|
|||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/file.h>
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
|
@ -15,18 +15,12 @@
|
|||||||
#include "lib.h"
|
#include "lib.h"
|
||||||
#include "metadata.h"
|
#include "metadata.h"
|
||||||
#include "locking.h"
|
#include "locking.h"
|
||||||
#include "pv_map.h"
|
|
||||||
#include "lvm-string.h"
|
#include "lvm-string.h"
|
||||||
#include "toolcontext.h"
|
#include "toolcontext.h"
|
||||||
#include "lv_alloc.h"
|
|
||||||
#include "pv_alloc.h"
|
|
||||||
#include "display.h"
|
#include "display.h"
|
||||||
#include "segtype.h"
|
#include "segtype.h"
|
||||||
#include "archiver.h"
|
|
||||||
#include "activate.h"
|
#include "activate.h"
|
||||||
#include "str_list.h"
|
|
||||||
#include "defaults.h"
|
#include "defaults.h"
|
||||||
#include "lvm-exec.h"
|
|
||||||
|
|
||||||
int update_cache_pool_params(struct volume_group *vg, unsigned attr,
|
int update_cache_pool_params(struct volume_group *vg, unsigned attr,
|
||||||
int passed_args,
|
int passed_args,
|
||||||
|
Loading…
Reference in New Issue
Block a user