1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 09:13:08 +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 "endgame.h"
#include "pawns.h"
using std::string;

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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