1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 17:19:36 +00:00

Remove unused #include lines

This commit is contained in:
Justin Blanchard 2012-01-17 04:20:13 +08:00 committed by mcostalba
parent 007613cb5e
commit 2a21543c88
10 changed files with 1 additions and 11 deletions

View file

@ -22,7 +22,6 @@
#include "bitcount.h" #include "bitcount.h"
#include "endgame.h" #include "endgame.h"
#include "pawns.h"
using std::string; using std::string;

View file

@ -18,7 +18,6 @@
*/ */
#include <cassert> #include <cassert>
#include <iostream>
#include <iomanip> #include <iomanip>
#include <sstream> #include <sstream>
#include <algorithm> #include <algorithm>

View file

@ -21,7 +21,6 @@
#include <string> #include <string>
#include "bitboard.h" #include "bitboard.h"
#include "misc.h"
#include "position.h" #include "position.h"
#include "search.h" #include "search.h"
#include "thread.h" #include "thread.h"

View file

@ -40,13 +40,10 @@
#endif #endif
#include <algorithm> #include <algorithm>
#include <cassert>
#include <cstdio>
#include <iomanip> #include <iomanip>
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>
#include "bitcount.h"
#include "misc.h" #include "misc.h"
#include "thread.h" #include "thread.h"

View file

@ -18,7 +18,6 @@
*/ */
#include <cassert> #include <cassert>
#include <cstring>
#include <string> #include <string>
#include "movegen.h" #include "movegen.h"

View file

@ -19,7 +19,6 @@
#include <cassert> #include <cassert>
#include <cstring> #include <cstring>
#include <fstream>
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>
#include <algorithm> #include <algorithm>

View file

@ -17,6 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <cassert>
#include <iostream> #include <iostream>
#include "movegen.h" #include "movegen.h"

View file

@ -20,7 +20,6 @@
#if !defined(THREAD_H_INCLUDED) #if !defined(THREAD_H_INCLUDED)
#define THREAD_H_INCLUDED #define THREAD_H_INCLUDED
#include <cstring>
#include <set> #include <set>
#include "lock.h" #include "lock.h"

View file

@ -20,7 +20,6 @@
#include <cmath> #include <cmath>
#include <algorithm> #include <algorithm>
#include "misc.h"
#include "search.h" #include "search.h"
#include "timeman.h" #include "timeman.h"
#include "ucioption.h" #include "ucioption.h"

View file

@ -20,7 +20,6 @@
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>
#include <string> #include <string>
#include <vector>
#include "evaluate.h" #include "evaluate.h"
#include "misc.h" #include "misc.h"