X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.h;h=8d21c1adfb3d328d48768a62e26bfd012527aca1;hp=f37fd5ef5763577bc05e081adc3ad21c3567037e;hb=b356e0fae3b78e39af2ae8aca6ca6197e8669819;hpb=17d1940278aadde3d9d844f7c913ca6c8655bbf3 diff --git a/src/misc.h b/src/misc.h index f37fd5ef..8d21c1ad 100644 --- a/src/misc.h +++ b/src/misc.h @@ -23,13 +23,13 @@ #include #include -#include "lock.h" #include "types.h" extern const std::string engine_info(bool to_uci = false); extern int cpu_count(); extern void timed_wait(WaitCondition&, Lock&, int); extern void prefetch(char* addr); +extern void start_logger(bool b); extern void dbg_hit_on(bool b); extern void dbg_hit_on_c(bool c, bool b); @@ -60,6 +60,4 @@ private: sys_time_t t; }; -extern void start_logger(bool b); - #endif // !defined(MISC_H_INCLUDED)