summaryrefslogtreecommitdiffstats
path: root/lib/format1/import-export.c
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2012-08-16 19:24:09 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2012-08-23 14:37:20 +0200
commit286cd2006bd6426f19d2dd312441755624ed260e (patch)
treecddfb0d896621a356fb0ea7b64c28203969dc90b /lib/format1/import-export.c
parent6d0abc6b484f1441c6a0a65fd3c82bc09e9d2104 (diff)
downloadlvm2-286cd2006bd6426f19d2dd312441755624ed260e.tar.gz
lvm2-286cd2006bd6426f19d2dd312441755624ed260e.tar.xz
lvm2-286cd2006bd6426f19d2dd312441755624ed260e.zip
cleanup: drop unneeded included header files
This headers were not resolving anything used for compiled .c files. Remove unused util.c file.
Diffstat (limited to 'lib/format1/import-export.c')
-rw-r--r--lib/format1/import-export.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/format1/import-export.c b/lib/format1/import-export.c
index 1370d123..5c5d8906 100644
--- a/lib/format1/import-export.c
+++ b/lib/format1/import-export.c
@@ -25,7 +25,6 @@
#include "segtype.h"
#include "pv_alloc.h"
#include "display.h"
-#include "lvmcache.h"
#include "metadata.h"
#include <time.h>