mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-17 15:46:24 +08:00
Finally remove last old C style I/O stuff
Now I/O is fully done with C++ iostreams. The only exception is in non-windows version of Bioskey() in misc.cpp Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
////
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdio>
|
||||
#include <string>
|
||||
|
||||
#include "square.h"
|
||||
|
||||
Reference in New Issue
Block a user