summaryrefslogtreecommitdiffstats
path: root/tools/tools.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2007-07-18 15:38:58 +0000
committerAlasdair Kergon <agk@redhat.com>2007-07-18 15:38:58 +0000
commit03eee0e2edd9c4f16b1fcd3de7a6d119080d018f (patch)
treecb35aa054984b189b822373e60f882cb306424b1 /tools/tools.h
parentf5840016f304b222f90fba5672bc09683a0c75ac (diff)
downloadlvm2-03eee0e2edd9c4f16b1fcd3de7a6d119080d018f.tar.gz
lvm2-03eee0e2edd9c4f16b1fcd3de7a6d119080d018f.tar.xz
lvm2-03eee0e2edd9c4f16b1fcd3de7a6d119080d018f.zip
Split metadata-external.h out from metadata.h for the tools to use.
Diffstat (limited to 'tools/tools.h')
-rw-r--r--tools/tools.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/tools.h b/tools/tools.h
index 365776c2..bba7e9e3 100644
--- a/tools/tools.h
+++ b/tools/tools.h
@@ -38,8 +38,7 @@
#include "filter-composite.h"
#include "filter-persistent.h"
#include "filter-regex.h"
-#include "format-text.h"
-#include "metadata.h"
+#include "metadata-exported.h"
#include "list.h"
#include "locking.h"
#include "lvm-exec.h"