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
+1
View File
@@ -30,6 +30,7 @@
#include "rkiss.h"
#include "thread.h"
#include "tt.h"
#include "notation.h"
using std::string;