]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Reshuffle stuff in MovePicker
[stockfish] / src / misc.cpp
index 7cc6192c1b48b74ceb5014cc1b667892e2d17745..d436ee92d8559f290facf2ba13f764ae98f31dfb 100644 (file)
 #endif
 
 #include <algorithm>
-#include <cassert>
-#include <cstdio>
 #include <iomanip>
 #include <iostream>
 #include <sstream>
 
-#include "bitcount.h"
 #include "misc.h"
 #include "thread.h"
 
@@ -56,7 +53,7 @@ using namespace std;
 /// date (in the format YYMMDD) is used as a version number.
 
 static const string Version = "";
-static const string Tag  = "";
+static const string Tag = "";
 
 
 /// engine_info() returns the full name of the current Stockfish version.