summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index 22e7786..709b23d 100644
--- a/main.c
+++ b/main.c
@@ -5,6 +5,7 @@
// - completion
// - view-only
// - Windows installation
+
#include "base.h"
no_warn_start
#if _WIN32
@@ -19,7 +20,6 @@ no_warn_end
#include <shellapi.h>
#endif
-
#include "unicode.h"
#include "util.c"
#if _WIN32
@@ -31,7 +31,6 @@ no_warn_end
#endif
#include "arr.c"
-#define MATH_GL
#include "math.c"
#include "text.h"