useless include

This commit is contained in:
Mylloon 2022-12-04 18:05:52 +01:00
parent e103fa838d
commit 2db2ce9a26
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,8 +1,6 @@
#ifndef OTHELLO_ALPHABETA_H #ifndef OTHELLO_ALPHABETA_H
#define OTHELLO_ALPHABETA_H 1 #define OTHELLO_ALPHABETA_H 1
#include <limits.h>
#include "minimax.h" #include "minimax.h"
/* Joue le tour d'après l'algorithme alpha-beta */ /* Joue le tour d'après l'algorithme alpha-beta */