]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Small cleanups
[stockfish] / src / position.h
index 928366bcf4307036d579ccd1cfd814a28f79e242..3624e29e723738b63c40b894a70adcb0f622f276 100644 (file)
@@ -26,6 +26,7 @@
 
 #include "bitboard.h"
 #include "evaluate.h"
+#include "psqt.h"
 #include "types.h"
 
 #include "nnue/nnue_accumulator.h"
@@ -200,10 +201,6 @@ private:
   bool chess960;
 };
 
-namespace PSQT {
-  extern Score psq[PIECE_NB][SQUARE_NB];
-}
-
 extern std::ostream& operator<<(std::ostream& os, const Position& pos);
 
 inline Color Position::side_to_move() const {