summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-01 22:56:36 -0500
committerpommicket <pommicket@gmail.com>2023-01-01 22:56:36 -0500
commita3971fd612813c6544dbe63cb3d7e5d9c0b7b778 (patch)
tree4c89464fca8366301b121ef597dfee826d37a8bd /main.c
parente06b040fad63fe729de60781658778a0b008ca16 (diff)
move functions from io.c to session.c
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index ad89340..4dd52af 100644
--- a/main.c
+++ b/main.c
@@ -104,7 +104,6 @@ no_warn_end
#error "Unrecognized operating system."
#endif
-#include "io.c"
#include "time.c"
#include "ted.h"
#include "gl.c"