mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-10 05:18:36 +03:00
device_mapper: move internal header to front
This commit is contained in:
parent
2fc9a4c291
commit
aae7f09d11
@ -15,9 +15,11 @@
|
|||||||
|
|
||||||
#include "base/memory/zalloc.h"
|
#include "base/memory/zalloc.h"
|
||||||
#include "device_mapper/misc/dmlib.h"
|
#include "device_mapper/misc/dmlib.h"
|
||||||
|
#include "device_mapper/misc/dm-ioctl.h"
|
||||||
#include "device_mapper/ioctl/libdm-targets.h"
|
#include "device_mapper/ioctl/libdm-targets.h"
|
||||||
#include "device_mapper/libdm-common.h"
|
#include "device_mapper/libdm-common.h"
|
||||||
|
|
||||||
|
#include <stdio.h> /* getline() */
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
@ -35,8 +37,6 @@
|
|||||||
# define MKDEV(x,y) makedev(((dev_t)x),((dev_t)y))
|
# define MKDEV(x,y) makedev(((dev_t)x),((dev_t)y))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "device_mapper/misc/dm-ioctl.h"
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Ensure build compatibility.
|
* Ensure build compatibility.
|
||||||
* The hard-coded versions here are the highest present
|
* The hard-coded versions here are the highest present
|
||||||
|
Loading…
Reference in New Issue
Block a user