mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00:00
Move to_char() and to_string() to notation
Where they better belong. Also, this removes '#include <string>' from types.h, which reduces the amount of code to compile (every translation unit includes types.h). No functional change.
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include "rkiss.h"
|
||||
#include "thread.h"
|
||||
#include "tt.h"
|
||||
#include "notation.h"
|
||||
|
||||
using std::string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user