1
0
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:
Petr Rockai 2011-07-18 14:34:33 +00:00
parent 2710477deb
commit 542b0d0a65
2 changed files with 0 additions and 5 deletions

View File

@ -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>

View File

@ -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"