diff options
| author | 2014-09-10 18:44:08 -0400 | |
|---|---|---|
| committer | 2014-09-10 18:44:08 -0400 | |
| commit | d79fe3ebaadbc19e8ffe5075bad51a9735aafb38 (patch) | |
| tree | 49d8b9dc37a2f9a541aef587c7bb50f9fe3c01f7 /src/common/utf8.cpp | |
| parent | Merge pull request #104 from archshift/removal (diff) | |
| parent | core: Prune redundant includes (diff) | |
| download | yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.gz yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.xz yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.zip | |
Merge pull request #103 from archshift/prune
Prune redundant includes
Diffstat (limited to 'src/common/utf8.cpp')
| -rw-r--r-- | src/common/utf8.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/utf8.cpp b/src/common/utf8.cpp index c83824d35..be4ebc855 100644 --- a/src/common/utf8.cpp +++ b/src/common/utf8.cpp | |||
| @@ -19,12 +19,8 @@ | |||
| 19 | #endif | 19 | #endif |
| 20 | 20 | ||
| 21 | #include <cstdlib> | 21 | #include <cstdlib> |
| 22 | #include <cstdio> | ||
| 23 | #include <cstring> | 22 | #include <cstring> |
| 24 | #include <cstdarg> | ||
| 25 | |||
| 26 | #include <algorithm> | 23 | #include <algorithm> |
| 27 | #include <string> | ||
| 28 | 24 | ||
| 29 | #include "common/common_types.h" | 25 | #include "common/common_types.h" |
| 30 | #include "common/utf8.h" | 26 | #include "common/utf8.h" |