summaryrefslogtreecommitdiff
path: root/src/search/pawn_moves.c
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-02-25 23:46:07 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-02-25 23:46:07 +0530
commit22c0d29724c2b054d8b9f9ed2373103d412f02b3 (patch)
tree83be782ad10dc0568c825de7d82c20ff16db6af5 /src/search/pawn_moves.c
parentb2f0457deaf8fd7c336e5370212df9202d6f3eeb (diff)
king DONE
Diffstat (limited to 'src/search/pawn_moves.c')
-rw-r--r--src/search/pawn_moves.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/search/pawn_moves.c b/src/search/pawn_moves.c
index 5d94571..fbf2bad 100644
--- a/src/search/pawn_moves.c
+++ b/src/search/pawn_moves.c
@@ -1,6 +1,4 @@
#include "../search.h"
-#include <assert.h>
-#include <inttypes.h>
bitboard_t get_white_pawn_forwardmoves(moves_t* moves, position_t position) {
bitboard_t enemy_bitboard = blacks(position);