summaryrefslogtreecommitdiff
path: root/source/base/base_include.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/base/base_include.h')
-rwxr-xr-xsource/base/base_include.h19
1 files changed, 6 insertions, 13 deletions
diff --git a/source/base/base_include.h b/source/base/base_include.h
index 55ef0db..e70ccf2 100755
--- a/source/base/base_include.h
+++ b/source/base/base_include.h
@@ -19,26 +19,19 @@
19#include "base_arena.h" 19#include "base_arena.h"
20#include "base_stack.h" 20#include "base_stack.h"
21 21
22#include "base_string.h" 22#ifdef BASE_IMPLEMENTATION
23#include "base_string.c" 23#include "base_arena.c"
24 24#endif
25#ifdef BASE_PLATFORM
26#include <X11/X.h>
27#include <X11/Xlib.h>
28#include <X11/keysym.h>
29 25
30#include "base_platform.h"
31 26
32#endif 27#include "base_string.h"
28#include "base_string.c"
33 29
34#include "base_error.h"
35#include "base_os.h" 30#include "base_os.h"
31#include "base_error.h"
36 32
37#include "base_rand.h" 33#include "base_rand.h"
38 34
39#ifdef BASE_IMPLEMENTATION
40#include "base_arena.c"
41#endif
42 35
43 36
44#endif 37#endif