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

cleanup: remove unneeded header files

This commit is contained in:
Zdenek Kabelac 2014-02-09 21:32:57 +01:00
parent e5d59d9618
commit 9d69585b82
5 changed files with 0 additions and 5 deletions

View File

@ -17,7 +17,6 @@
#include "segtype.h" #include "segtype.h"
#include "display.h" #include "display.h"
#include "text_export.h" #include "text_export.h"
#include "text_import.h"
#include "config.h" #include "config.h"
#include "str_list.h" #include "str_list.h"
#include "targets.h" #include "targets.h"

View File

@ -19,7 +19,6 @@
#include "xlate.h" #include "xlate.h"
#include "lvmcache.h" #include "lvmcache.h"
#include "lvmetad.h" #include "lvmetad.h"
#include "metadata.h"
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>

View File

@ -23,7 +23,6 @@
#include "segtype.h" #include "segtype.h"
#include "lv_alloc.h" #include "lv_alloc.h"
#include "defaults.h" #include "defaults.h"
#include "display.h"
int attach_pool_metadata_lv(struct lv_segment *pool_seg, int attach_pool_metadata_lv(struct lv_segment *pool_seg,
struct logical_volume *metadata_lv) struct logical_volume *metadata_lv)

View File

@ -17,7 +17,6 @@
#include "locking.h" #include "locking.h"
#include "metadata.h" #include "metadata.h"
#include "segtype.h" #include "segtype.h"
#include "lv_alloc.h"
#include "defaults.h" #include "defaults.h"
#include "display.h" #include "display.h"

View File

@ -18,7 +18,6 @@
#include "locking.h" #include "locking.h"
#include "lvm-exec.h" #include "lvm-exec.h"
#include "toolcontext.h" #include "toolcontext.h"
#include "activate.h"
#include <unistd.h> #include <unistd.h>
#include <sys/wait.h> #include <sys/wait.h>