diff options
| author | Miguel <m.i@gmx.at> | 2018-08-17 17:51:51 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-17 17:51:51 +0200 |
| commit | 51d4dd040a291b62c648ff6cc0d7e0058cf4056f (patch) | |
| tree | 142b7db302ba038dba526f99e5854cfc87b5f92e /kernel/config.h | |
| parent | 006214f8c63189500b6ca55e0ef8f97eb35d47f5 (diff) | |
starting implicit function calls cleanup
Diffstat (limited to 'kernel/config.h')
| -rw-r--r-- | kernel/config.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/kernel/config.h b/kernel/config.h index 4923a0e..6c9e3d5 100644 --- a/kernel/config.h +++ b/kernel/config.h @@ -1,11 +1,9 @@ /******************************************** - * * - * Fool OS Central Configuration File * - * * + * Fool OS Central Configuration File * ********************************************/ -#include <lib/logger/log.h> +#include "lib/logger/log.h" #ifndef FOOLOS_CONFIG_H #define FOOLOS_CONFIG_H |
