Clean some string code

This commit is contained in:
Flakebi
2015-04-24 01:27:04 +02:00
parent 53164e5cbe
commit 59b4e2c97e
3 changed files with 7 additions and 4 deletions
+4 -3
View File
@@ -25,12 +25,13 @@
#include "coreutil.h"
#include <math.h>
#include <algorithm>
#include <cassert>
#include <cmath>
#include <cstdio>
#include <cstring>
#include <stdio.h>
#include <cwchar>
#include <exception>
#include <assert.h>
namespace StringUtils
{