]> git.sesse.net Git - stockfish/commitdiff
Remove some useless include
authorMarco Costalba <mcostalba@gmail.com>
Sat, 16 Jul 2011 21:59:14 +0000 (22:59 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 16 Jul 2011 21:59:14 +0000 (22:59 +0100)
Spotted by Rein Halbersma.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/move.cpp
src/movegen.cpp
src/movegen.h
src/position.cpp

index c45e1c2c7258c8863623e276ed37b1cde03c646a..8cc0c004dac94bd27171ddefab6ce77d0baedce2 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "move.h"
 #include "movegen.h"
 
 #include "move.h"
 #include "movegen.h"
-#include "search.h"
+#include "position.h"
 
 using std::string;
 
 
 using std::string;
 
index 36ff3d81627bf88b74cf2958acb8996b9759b587..90d0135a4d0dbe246aa38daa54b94d28820d5ad4 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "bitcount.h"
 #include "movegen.h"
 
 #include "bitcount.h"
 #include "movegen.h"
+#include "position.h"
 
 // Simple macro to wrap a very common while loop, no facny, no flexibility,
 // hardcoded list name 'mlist' and from square 'from'.
 
 // Simple macro to wrap a very common while loop, no facny, no flexibility,
 // hardcoded list name 'mlist' and from square 'from'.
index 0c781a6ba1c3aaa576628049652ea8e00ad609d1..a80db334cbef6e9c1ba4e92e802588168ee4601b 100644 (file)
@@ -21,7 +21,6 @@
 #define MOVEGEN_H_INCLUDED
 
 #include "move.h"
 #define MOVEGEN_H_INCLUDED
 
 #include "move.h"
-#include "position.h"
 
 enum MoveType {
   MV_CAPTURE,
 
 enum MoveType {
   MV_CAPTURE,
index f4f0db77547ba7bd7ea9d85c9450ed908e4c1ebb..18f4978da197241f5ab3d437e56c123cd2c58bbb 100644 (file)
@@ -30,7 +30,6 @@
 #include "rkiss.h"
 #include "thread.h"
 #include "tt.h"
 #include "rkiss.h"
 #include "thread.h"
 #include "tt.h"
-#include "ucioption.h"
 
 using std::string;
 using std::cout;
 
 using std::string;
 using std::cout;