From 056828e0399f1d076a55d322cb4f7d3a84e06714 Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Mon, 18 Jul 2011 14:34:33 +0000 Subject: [PATCH] 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. --- lib/datastruct/lvm-types.h | 1 - lib/uuid/uuid.h | 4 ---- 2 files changed, 5 deletions(-) diff --git a/lib/datastruct/lvm-types.h b/lib/datastruct/lvm-types.h index 8ed1a3e59..53588506e 100644 --- a/lib/datastruct/lvm-types.h +++ b/lib/datastruct/lvm-types.h @@ -16,7 +16,6 @@ #ifndef _LVM_TYPES_H #define _LVM_TYPES_H -#include // dm_list #include #include diff --git a/lib/uuid/uuid.h b/lib/uuid/uuid.h index b7da7df39..5c8382d75 100644 --- a/lib/uuid/uuid.h +++ b/lib/uuid/uuid.h @@ -16,10 +16,6 @@ #ifndef _LVM_UUID_H #define _LVM_UUID_H -#include /* int8_t */ -#include /* size_t */ -#include "libdevmapper.h" - #define ID_LEN 32 #define ID_LEN_S "32" -- 2.43.5