mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Revert the #include changes. Need to fix this at the #include site for now, and
eventually refactor the way we structure #includes in the all of the library.
This commit is contained in:
parent
2710477deb
commit
542b0d0a65
@ -16,7 +16,6 @@
|
|||||||
#ifndef _LVM_TYPES_H
|
#ifndef _LVM_TYPES_H
|
||||||
#define _LVM_TYPES_H
|
#define _LVM_TYPES_H
|
||||||
|
|
||||||
#include <libdevmapper.h> // dm_list
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
|
@ -16,10 +16,6 @@
|
|||||||
#ifndef _LVM_UUID_H
|
#ifndef _LVM_UUID_H
|
||||||
#define _LVM_UUID_H
|
#define _LVM_UUID_H
|
||||||
|
|
||||||
#include <stdint.h> /* int8_t */
|
|
||||||
#include <malloc.h> /* size_t */
|
|
||||||
#include "libdevmapper.h"
|
|
||||||
|
|
||||||
#define ID_LEN 32
|
#define ID_LEN 32
|
||||||
#define ID_LEN_S "32"
|
#define ID_LEN_S "32"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user