diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-09-07 18:47:34 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-09-07 18:47:34 +0200 |
commit | 2b5c04d59cf3442791aff49013921acb68eb9fc6 (patch) | |
tree | b4880c6fe85552e8b619bda1bf000684f0918d29 /src/nspawn/nspawn-mount.c | |
parent | ee64508006f5db25d8819890e15603790bfebc2f (diff) |
nspawn: remove nspawn.h, it's empty now
Diffstat (limited to 'src/nspawn/nspawn-mount.c')
-rw-r--r-- | src/nspawn/nspawn-mount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nspawn/nspawn-mount.c b/src/nspawn/nspawn-mount.c index 5521e1bbe0..2bca39f45d 100644 --- a/src/nspawn/nspawn-mount.c +++ b/src/nspawn/nspawn-mount.c @@ -30,7 +30,6 @@ #include "set.h" #include "cgroup-util.h" -#include "nspawn.h" #include "nspawn-mount.h" CustomMount* custom_mount_add(CustomMount **l, unsigned *n, CustomMountType t) { |