diff options
| author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-11-23 16:07:38 +0100 | 
|---|---|---|
| committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-11-23 16:07:38 +0100 | 
| commit | f6afde3c5dcece3b4980cebcde09a9ecca9e20d8 (patch) | |
| tree | 48294a30843b08709d6c2dbdc1734a14e176c865 /mkfs | |
| parent | dd4d7e713290d9cecbebc6933e41d027bac63c8f (diff) | |
Move some unix header inclusions to compat.h
In most cases, including unistd.h and fcntl.h was a left over anyway.
In the cases where it was not, move it to compat.h.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'mkfs')
| -rw-r--r-- | mkfs/mkfs.h | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/mkfs/mkfs.h b/mkfs/mkfs.h index d89302c..4833267 100644 --- a/mkfs/mkfs.h +++ b/mkfs/mkfs.h @@ -24,13 +24,11 @@  #include <getopt.h>  #include <assert.h> -#include <unistd.h>  #include <stdlib.h>  #include <string.h>  #include <limits.h>  #include <dirent.h>  #include <stdio.h> -#include <fcntl.h>  #include <errno.h>  #include <ctype.h>  | 
