diff options
author | pommicket <pommicket@gmail.com> | 2023-01-02 00:28:41 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-02 00:29:18 -0500 |
commit | 1665510ec0edf0feaf687acfdf8405b898c80089 (patch) | |
tree | 69f2651b40765a7b168cccf0c0ce3da93a2cbf92 /main.c | |
parent | 636ea84bc7fa738c179168664ea22118ecc89ab3 (diff) |
restructure ui.c, command.c
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -86,7 +86,6 @@ no_warn_end #error "Unrecognized operating system." #endif -#include "ted.h" #include "gl.c" #include "text.c" #include "colors.c" |