summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-31 23:28:03 -0500
committerpommicket <pommicket@gmail.com>2022-12-31 23:28:03 -0500
commit57834dc0b116a62b806781ddec101bca4cda3abb (patch)
treee93e85b8cd2de7198cabe11abe1a779dbdf7b7cb /main.c
parent993d4f50d13c3a703d634d989af7dd8b96ae8c3d (diff)
start moving things around
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/main.c b/main.c
index b8f949e..c4b995f 100644
--- a/main.c
+++ b/main.c
@@ -46,6 +46,7 @@ FUTURE FEATURES:
*/
#include "base.h"
+#include "unicode.h"
no_warn_start
#if _WIN32
#include <SDL.h>
@@ -81,7 +82,6 @@ no_warn_start
no_warn_end
#endif
-#include "unicode.h"
#include "ds.c"
#include "util.c"
@@ -120,11 +120,7 @@ static void die(char const *fmt, ...) {
#include "io.c"
-#include "text.h"
-#include "command.h"
-#include "colors.h"
#include "time.c"
-#include "lsp.h"
#include "ted.h"
#include "gl.c"
#include "text.c"