Rename Utf8String.h/.cpp to String.h/.cpp

This commit is contained in:
Victor Levasseur
2015-07-09 18:17:13 +02:00
parent a550bb8c68
commit 4efab914fe
179 changed files with 183 additions and 184 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
* This project is released under the MIT License.
*/
#include <GDCore/Utf8String.h>
#include "GDCore/String.h"
#include <algorithm>
#include "AbstractFileSystem.h"
#include "GDCore/CommonTools.h"