useless include
This commit is contained in:
parent
e103fa838d
commit
2db2ce9a26
1 changed files with 0 additions and 2 deletions
|
@ -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 */
|
||||||
|
|
Reference in a new issue