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:
Marco Costalba
2010-11-07 13:22:13 +01:00
parent d2ad5acddd
commit b06f0460a2
5 changed files with 2 additions and 72 deletions

View File

@@ -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