aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-31 16:07:11 +0200
committerAdam <adammegarules1@gmail.com>2026-07-31 16:07:11 +0200
commita4c796ba6029956034c8435999f54d62ed2225be (patch)
tree700ab2107fdebfce1ec676323594f34c077fb987 /src
parent4220d6a0f3ce1b3b3a10e5100ae63fed5870cfe0 (diff)
Removing usused import
Diffstat (limited to 'src')
-rw-r--r--src/uci.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/uci.cpp b/src/uci.cpp
index 8c24ed4..33289b0 100644
--- a/src/uci.cpp
+++ b/src/uci.cpp
@@ -11,7 +11,6 @@
#include <cctype>
#include <cstdint>
#include <cstdio>
-#include <cstdlib>
#include <iostream>
#include <sstream>
#include <string>