]> git.sesse.net Git - stockfish/blobdiff - src/psqtab.h
Move all enum types definitions to types.h
[stockfish] / src / psqtab.h
index 2ae17cd1d23d749701f59b8c8849a8f68e55593b..f56ba9ccf168c8eab34d63bcd9a4c8daef84e90a 100644 (file)
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-
 #if !defined(PSQTAB_H_INCLUDED)
 #define PSQTAB_H_INCLUDED
 
-////
-//// Includes
-////
-
-#include "value.h"
+#include "types.h"
 
 namespace {