aboutsummaryrefslogtreecommitdiff
path: root/lib/common
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-11-06 12:18:58 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-11-06 12:19:10 +0100
commite21b55590c2b89989da3d6f272f518a69d109115 (patch)
treef7ff626cf23f3618f1922ca3b8ba5c75576bc580 /lib/common
parent5fa2d158266c24528132589a1bd77b33de7d4d25 (diff)
Cleanup: remove some no longer needed header inclusions
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/common')
-rw-r--r--lib/common/serialize_fstree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/common/serialize_fstree.c b/lib/common/serialize_fstree.c
index 14f0a42..14a5a4e 100644
--- a/lib/common/serialize_fstree.c
+++ b/lib/common/serialize_fstree.c
@@ -7,7 +7,6 @@
#include "common.h"
#include <assert.h>
-#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>