summaryrefslogtreecommitdiff
path: root/src/engine/moves/pawn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/moves/pawn.c')
-rw-r--r--src/engine/moves/pawn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/moves/pawn.c b/src/engine/moves/pawn.c
index 0b8993f..d9757f4 100644
--- a/src/engine/moves/pawn.c
+++ b/src/engine/moves/pawn.c
@@ -1,4 +1,4 @@
-#include "../moves.h"
+#include "moves.h"
#define add_promote_moves(other_flags) \
add_move(moves, from, to, .flags = other_flags | MOVE_PROMOTE_Q); \