summaryrefslogtreecommitdiff
path: root/lib/unknown
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2014-04-17 10:48:55 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2014-04-18 16:38:50 +0200
commit559c003ee248704e758dec63cf480447d4de6cd7 (patch)
treefce20040fe7daca5f66e4f8f1263ed0856ed42ff /lib/unknown
parent589983a257cd2f92489f41d2d7ec62784bf357e7 (diff)
downloadlvm2-559c003ee248704e758dec63cf480447d4de6cd7.tar.gz
cleanup: reduce inclusion of unnecessary headers
Remove those file which are not needed by .c files or already include because the headers already needs them.
Diffstat (limited to 'lib/unknown')
-rw-r--r--lib/unknown/unknown.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/unknown/unknown.c b/lib/unknown/unknown.c
index 848a3694e..9e433cffa 100644
--- a/lib/unknown/unknown.c
+++ b/lib/unknown/unknown.c
@@ -15,10 +15,8 @@
#include "lib.h"
#include "toolcontext.h"
#include "segtype.h"
-#include "display.h"
#include "text_export.h"
#include "config.h"
-#include "activate.h"
static const char *_unknown_name(const struct lv_segment *seg)
{