From b1b30252186822020163253498e2b764b91713d9 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 29 Jul 2026 09:41:47 +0200 Subject: t --- src/main.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 0bdd150..6a71d3e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,14 +1,8 @@ #include "uci.hpp" #include "zobrist.hpp" -#include -#include - -using namespace std; - int main() { InitZobrist(); - srand(time(0)); Uci(); return 0; -- cgit v1.2.3