Move to_char() and to_string() to notation

Where they better belong.

Also, this removes '#include <string>' from types.h, which reduces the amount of code to compile (every
translation unit includes types.h).

No functional change.
This commit is contained in:
lucasart
2014-08-09 13:11:36 +08:00
parent a67c22611a
commit 880e3cd7c8
4 changed files with 15 additions and 15 deletions

View File

@@ -21,6 +21,7 @@
#ifndef BITBOARD_H_INCLUDED
#define BITBOARD_H_INCLUDED
#include <string>
#include "types.h"
namespace Bitboards {