diff options
| author | Adam <adammegarules1@gmail.com> | 2026-08-11 13:54:12 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-08-11 13:54:12 +0200 |
| commit | f5d0d8d22b5d734822a684c60da184daa81c60c7 (patch) | |
| tree | 071e1d524ff012ffea3f18c1b31f383dc7ace71f /src/uci.cpp | |
| parent | 4dc1623d5e313a9e03fc8e3fc96bb495325a3283 (diff) | |
removing usuded imports
Diffstat (limited to 'src/uci.cpp')
| -rw-r--r-- | src/uci.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/uci.cpp b/src/uci.cpp index cc5ae18..0266aa6 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -1,12 +1,9 @@ #include <array> #include <cassert> #include <cctype> -#include <chrono> #include <cstddef> #include <cstdint> #include <cstdlib> -#include <fstream> -#include <iomanip> #include <iostream> #include <print> #include <sstream> |
