mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 00:26:33 +08:00
Retire uci.h and benchmark.h
Moved the single prototipes where are needed. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -28,10 +28,8 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
#include "benchmark.h"
|
||||
#include "bitcount.h"
|
||||
#include "misc.h"
|
||||
#include "uci.h"
|
||||
|
||||
#ifdef USE_CALLGRIND
|
||||
#include <valgrind/callgrind.h>
|
||||
@@ -39,6 +37,8 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
extern void uci_main_loop();
|
||||
extern void benchmark(const std::string& commandLine);
|
||||
|
||||
////
|
||||
//// Functions
|
||||
|
||||
Reference in New Issue
Block a user