diff options
| author | Dennis Camera <skonfig@dtnr.ch> | 2022-08-17 23:53:20 +0200 |
|---|---|---|
| committer | Dennis Camera <skonfig@dtnr.ch> | 2022-08-17 23:53:20 +0200 |
| commit | 3c0da35d1eeacb150c91e156892d17e1204b19d0 (patch) | |
| tree | dc17e159f02acc53709b276c5b53d0d2ae55b773 /src/util | |
| parent | 9e76d82d928ef41555ddd810b3e31cf7136386a1 (diff) | |
| download | skonfig-c-3c0da35d1eeacb150c91e156892d17e1204b19d0.tar.gz skonfig-c-3c0da35d1eeacb150c91e156892d17e1204b19d0.zip | |
Compiler includes config.h in all modules
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/fs.h | 2 | ||||
| -rw-r--r-- | src/util/string.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/util/fs.h b/src/util/fs.h index 9dc445f..9701bc8 100644 --- a/src/util/fs.h +++ b/src/util/fs.h @@ -1,8 +1,6 @@ #ifndef _SK_UTIL_FS_H #define _SK_UTIL_FS_H -#include "../../config.h" - #include <stdlib.h> #include <unistd.h> #include <string.h> diff --git a/src/util/string.h b/src/util/string.h index 39c9268..c244a29 100644 --- a/src/util/string.h +++ b/src/util/string.h @@ -1,8 +1,6 @@ #ifndef _SK_UTIL_STRING_H #define _SK_UTIL_STRING_H -#include "../../config.h" - #include "array.h" #include <stddef.h> |
