From e7f7a83c5764151806a993f6e178dd7ba30bf17f Mon Sep 17 00:00:00 2001 From: jazz Date: Wed, 15 Apr 2026 11:21:32 -0500 Subject: [PATCH] comment out unnecessary include --- main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cc b/main.cc index 76e76b5..d99692a 100644 --- a/main.cc +++ b/main.cc @@ -13,7 +13,7 @@ #include #include -#include //try to make the program work without this without doing anything awful but do it later +//#include //try to make the program work without this without doing anything awful but do it later #include "client.h" #include "disp.h"