diff options
Diffstat (limited to 'source/base/base_include.h')
| -rwxr-xr-x | source/base/base_include.h | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/source/base/base_include.h b/source/base/base_include.h index c8eec41..a376f29 100755 --- a/source/base/base_include.h +++ b/source/base/base_include.h | |||
| @@ -9,26 +9,30 @@ | |||
| 9 | #include <stdint.h> | 9 | #include <stdint.h> |
| 10 | #include <stddef.h> | 10 | #include <stddef.h> |
| 11 | #include <string.h> | 11 | #include <string.h> |
| 12 | #include <math.h> | ||
| 12 | #include <unistd.h> | 13 | #include <unistd.h> |
| 14 | #include <time.h> | ||
| 15 | #include <stdarg.h> | ||
| 13 | 16 | ||
| 14 | #include "base.h" | 17 | #include "base.h" |
| 15 | #include "base_mem.h" | 18 | #include "base_mem.h" |
| 19 | |||
| 16 | #include "base_arena.h" | 20 | #include "base_arena.h" |
| 17 | #include "base_stack.h" | 21 | #include "base_stack.h" |
| 18 | #include "base_string.h" | ||
| 19 | |||
| 20 | #include "base_io.h" | ||
| 21 | #include "base_error.h" | ||
| 22 | #include "base_test.h" | ||
| 23 | |||
| 24 | #ifdef BASE_UNITY | ||
| 25 | 22 | ||
| 23 | #ifdef BASE_IMPLEMENTATION | ||
| 26 | #include "base_arena.c" | 24 | #include "base_arena.c" |
| 27 | #include "base_stack.c" | ||
| 28 | |||
| 29 | #endif | 25 | #endif |
| 30 | 26 | ||
| 27 | |||
| 28 | #include "base_string.h" | ||
| 29 | #include "base_string.c" | ||
| 30 | |||
| 31 | #include "base_os.h" | 31 | #include "base_os.h" |
| 32 | #include "base_error.h" | ||
| 33 | |||
| 34 | #include "base_rand.h" | ||
| 35 | |||
| 32 | 36 | ||
| 33 | 37 | ||
| 34 | #endif | 38 | #endif |
