summaryrefslogtreecommitdiff
path: root/src/core/mount-setup.c
diff options
context:
space:
mode:
authorCristian Rodríguez <crrodriguez@opensuse.org>2015-01-14 10:39:53 -0300
committerDavid Herrmann <dh.herrmann@gmail.com>2015-01-17 12:26:20 +0100
commitecdacd4b2fca2153f35b689281ba38107c84f528 (patch)
treecb3b31674a0c9fdee763959a3826ccf15687b6c1 /src/core/mount-setup.c
parent2057124e7910c4cab7e53d26e0c3749d326ae2bb (diff)
remove unneeded libgen.h includes
Diffstat (limited to 'src/core/mount-setup.c')
-rw-r--r--src/core/mount-setup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/mount-setup.c b/src/core/mount-setup.c
index bd3a0352d6..eb9641fbcb 100644
--- a/src/core/mount-setup.c
+++ b/src/core/mount-setup.c
@@ -24,7 +24,6 @@
#include <sys/stat.h>
#include <stdlib.h>
#include <string.h>
-#include <libgen.h>
#include <assert.h>
#include <unistd.h>
#include <ftw.h>