]> git.sesse.net Git - stockfish/commitdiff
Remove unused #include lines
authorJustin Blanchard <UncombedCoconut@gmail.com>
Mon, 16 Jan 2012 20:20:13 +0000 (04:20 +0800)
committermcostalba <mcostalba@gmail.com>
Wed, 18 Jan 2012 16:48:53 +0000 (00:48 +0800)
src/endgame.cpp
src/evaluate.cpp
src/main.cpp
src/misc.cpp
src/move.cpp
src/position.cpp
src/thread.cpp
src/thread.h
src/timeman.cpp
src/uci.cpp

index a868c0e82cb31405befb810a5a7bd19a995e9249..d458cd66d78df9c4a46281a3201d5505a3f92fc8 100644 (file)
@@ -22,7 +22,6 @@
 
 #include "bitcount.h"
 #include "endgame.h"
 
 #include "bitcount.h"
 #include "endgame.h"
-#include "pawns.h"
 
 using std::string;
 
 
 using std::string;
 
index 32469a916e8cc59b052ac9e3d1bca2f83c74900e..ad37455ffdcd416a7e3855e3460cfe9024f1c49a 100644 (file)
@@ -18,7 +18,6 @@
 */
 
 #include <cassert>
 */
 
 #include <cassert>
-#include <iostream>
 #include <iomanip>
 #include <sstream>
 #include <algorithm>
 #include <iomanip>
 #include <sstream>
 #include <algorithm>
index 4e397e91c2d823a447781dc6a9b1d258f16dc4c1..5a32ae3ded7df7dea6580d9ca810f129314273c2 100644 (file)
@@ -21,7 +21,6 @@
 #include <string>
 
 #include "bitboard.h"
 #include <string>
 
 #include "bitboard.h"
-#include "misc.h"
 #include "position.h"
 #include "search.h"
 #include "thread.h"
 #include "position.h"
 #include "search.h"
 #include "thread.h"
index d0d2fcc018c9865099eff3db7fa0b7d21a94880b..d436ee92d8559f290facf2ba13f764ae98f31dfb 100644 (file)
 #endif
 
 #include <algorithm>
 #endif
 
 #include <algorithm>
-#include <cassert>
-#include <cstdio>
 #include <iomanip>
 #include <iostream>
 #include <sstream>
 
 #include <iomanip>
 #include <iostream>
 #include <sstream>
 
-#include "bitcount.h"
 #include "misc.h"
 #include "thread.h"
 
 #include "misc.h"
 #include "thread.h"
 
index 1bf9b6a18b6556d727882d05894c19bab830f9b2..e52a8e59e688853fad3557314e5850da63b62d71 100644 (file)
@@ -18,7 +18,6 @@
 */
 
 #include <cassert>
 */
 
 #include <cassert>
-#include <cstring>
 #include <string>
 
 #include "movegen.h"
 #include <string>
 
 #include "movegen.h"
index ccc29acf20974d8a09c6a26ccdc209150c76ce1a..756977cea59bee7525f7866407805165cdee656b 100644 (file)
@@ -19,7 +19,6 @@
 
 #include <cassert>
 #include <cstring>
 
 #include <cassert>
 #include <cstring>
-#include <fstream>
 #include <iostream>
 #include <sstream>
 #include <algorithm>
 #include <iostream>
 #include <sstream>
 #include <algorithm>
index 1db61a20671e77376de2c7501175f2699f02b1c3..c7d9d4104e248642170e594813111bef6de789ac 100644 (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 "movegen.h"
 #include <iostream>
 
 #include "movegen.h"
index cc490639ed4f4c8bb23a400166a840fa10a9ec86..c762f130ebb2e96ed06824ef87d3c0a652b5e110 100644 (file)
@@ -20,7 +20,6 @@
 #if !defined(THREAD_H_INCLUDED)
 #define THREAD_H_INCLUDED
 
 #if !defined(THREAD_H_INCLUDED)
 #define THREAD_H_INCLUDED
 
-#include <cstring>
 #include <set>
 
 #include "lock.h"
 #include <set>
 
 #include "lock.h"
index 28f9f3e80a2001a745da6bbc09399039da1f4e99..92d88e73cb0445f723694f67628afbb99ef361d0 100644 (file)
@@ -20,7 +20,6 @@
 #include <cmath>
 #include <algorithm>
 
 #include <cmath>
 #include <algorithm>
 
-#include "misc.h"
 #include "search.h"
 #include "timeman.h"
 #include "ucioption.h"
 #include "search.h"
 #include "timeman.h"
 #include "ucioption.h"
index ceb04dc3cf21a9f9ae92c618366c37e9fc085380..c44c23fa12af2b505a72f762f4b7a979daaa53f3 100644 (file)
@@ -20,7 +20,6 @@
 #include <iostream>
 #include <sstream>
 #include <string>
 #include <iostream>
 #include <sstream>
 #include <string>
-#include <vector>
 
 #include "evaluate.h"
 #include "misc.h"
 
 #include "evaluate.h"
 #include "misc.h"