diff options
Diffstat (limited to 'src/common/utf8.cpp')
| -rw-r--r-- | src/common/utf8.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/utf8.cpp b/src/common/utf8.cpp index fe5270183..c83824d35 100644 --- a/src/common/utf8.cpp +++ b/src/common/utf8.cpp | |||
| @@ -18,10 +18,10 @@ | |||
| 18 | #undef max | 18 | #undef max |
| 19 | #endif | 19 | #endif |
| 20 | 20 | ||
| 21 | #include <stdlib.h> | 21 | #include <cstdlib> |
| 22 | #include <stdio.h> | 22 | #include <cstdio> |
| 23 | #include <string.h> | 23 | #include <cstring> |
| 24 | #include <stdarg.h> | 24 | #include <cstdarg> |
| 25 | 25 | ||
| 26 | #include <algorithm> | 26 | #include <algorithm> |
| 27 | #include <string> | 27 | #include <string> |