diff options
author | pommicket <pommicket@gmail.com> | 2023-01-01 22:56:36 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-01 22:56:36 -0500 |
commit | a3971fd612813c6544dbe63cb3d7e5d9c0b7b778 (patch) | |
tree | 4c89464fca8366301b121ef597dfee826d37a8bd /main.c | |
parent | e06b040fad63fe729de60781658778a0b008ca16 (diff) |
move functions from io.c to session.c
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -104,7 +104,6 @@ no_warn_end #error "Unrecognized operating system." #endif -#include "io.c" #include "time.c" #include "ted.h" #include "gl.c" |