]> git.sesse.net Git - stockfish/blobdiff - src/movegen.cpp
Cleanup includes
[stockfish] / src / movegen.cpp
index 6b28a52ecf0b911242e96f259c6414188b73b2de..f0733c73b660f350c326905af2691d4a545a776d 100644 (file)
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+#include "movegen.h"
+
 #include <cassert>
+#include <initializer_list>
 
-#include "movegen.h"
+#include "bitboard.h"
 #include "position.h"
 
 namespace Stockfish {