mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
coverity: remove unneeded header files
This commit is contained in:
parent
375e38709c
commit
0844b20f98
@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <pthread.h>
|
|
||||||
|
|
||||||
/* TODO - move this mountinfo code into library to be reusable */
|
/* TODO - move this mountinfo code into library to be reusable */
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
#include "activate.h"
|
#include "activate.h"
|
||||||
#include "lv_alloc.h"
|
#include "lv_alloc.h"
|
||||||
#include "lvm-string.h"
|
#include "lvm-string.h"
|
||||||
#include "lvm-signal.h"
|
|
||||||
|
|
||||||
static int _check_restriping(uint32_t new_stripes, struct logical_volume *lv)
|
static int _check_restriping(uint32_t new_stripes, struct logical_volume *lv)
|
||||||
{
|
{
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
|
|
||||||
#include "lib.h"
|
#include "lib.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "lvm-file.h"
|
|
||||||
#include "lvm-flock.h"
|
#include "lvm-flock.h"
|
||||||
#include "lvm-signal.h"
|
#include "lvm-signal.h"
|
||||||
#include "locking.h"
|
#include "locking.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user