diff options
author | pommicket <pommicket@gmail.com> | 2022-12-31 23:28:03 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-31 23:28:03 -0500 |
commit | 57834dc0b116a62b806781ddec101bca4cda3abb (patch) | |
tree | e93e85b8cd2de7198cabe11abe1a779dbdf7b7cb /main.c | |
parent | 993d4f50d13c3a703d634d989af7dd8b96ae8c3d (diff) |
start moving things around
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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" |