summaryrefslogtreecommitdiffstats
path: root/liblvm/lvm_base.c
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2009-07-29 13:26:01 +0000
committerAlasdair Kergon <agk@redhat.com>2009-07-29 13:26:01 +0000
commit9e813cc93b99ff695c2d08c085508987397e36dc (patch)
treedc829bfe473219e1b6ad43833d902f939d224902 /liblvm/lvm_base.c
parent664ef2f993e18ebb980a76352b5ac1272188b91b (diff)
downloadlvm2-9e813cc93b99ff695c2d08c085508987397e36dc.tar.gz
lvm2-9e813cc93b99ff695c2d08c085508987397e36dc.tar.xz
lvm2-9e813cc93b99ff695c2d08c085508987397e36dc.zip
Remove pv_t, vg_t & lv_t handles from lib. Only liblvm uses them.
Rename lvm.h to lvm2app.h for now.
Diffstat (limited to 'liblvm/lvm_base.c')
-rw-r--r--liblvm/lvm_base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liblvm/lvm_base.c b/liblvm/lvm_base.c
index 5a6fa75d..e910a9f5 100644
--- a/liblvm/lvm_base.c
+++ b/liblvm/lvm_base.c
@@ -13,7 +13,7 @@
*/
#include "lib.h"
-#include "lvm.h"
+#include "lvm2app.h"
#include "toolcontext.h"
#include "locking.h"