summaryrefslogtreecommitdiffstats
path: root/tools/toollib.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 /tools/toollib.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 'tools/toollib.c')
-rw-r--r--tools/toollib.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/toollib.c b/tools/toollib.c
index 0f6810b6..d6fc9519 100644
--- a/tools/toollib.c
+++ b/tools/toollib.c
@@ -14,11 +14,7 @@
*/
#include "tools.h"
-#include "lv_alloc.h"
-#include "xlate.h"
-
#include <sys/stat.h>
-#include <sys/wait.h>
const char *command_name(struct cmd_context *cmd)
{