summaryrefslogtreecommitdiffstats
path: root/src/common/string_util.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-09-11 00:44:08 +0200
committerbunnei <bunneidev@gmail.com>2014-09-11 00:44:08 +0200
commitd79fe3ebaadbc19e8ffe5075bad51a9735aafb38 (patch)
tree49d8b9dc37a2f9a541aef587c7bb50f9fe3c01f7 /src/common/string_util.cpp
parentMerge pull request #104 from archshift/removal (diff)
parentcore: Prune redundant includes (diff)
downloadyuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar
yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.gz
yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.bz2
yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.lz
yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.xz
yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.zst
yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.zip
Diffstat (limited to 'src/common/string_util.cpp')
-rw-r--r--src/common/string_util.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/string_util.cpp b/src/common/string_util.cpp
index e78aed75d..b0c65d47d 100644
--- a/src/common/string_util.cpp
+++ b/src/common/string_util.cpp
@@ -3,17 +3,13 @@
// Refer to the license.txt file included.
#include <algorithm>
-#include <cstdlib>
-#include <cstdio>
#include "common/common.h"
-#include "common/common_paths.h"
#include "common/string_util.h"
#ifdef _WIN32
#include <Windows.h>
#else
- #include <cerrno>
#include <iconv.h>
#endif