diff options
Diffstat (limited to 'src/JSystem/JKernel/JKRFileCache.cpp')
| -rw-r--r-- | src/JSystem/JKernel/JKRFileCache.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/JSystem/JKernel/JKRFileCache.cpp b/src/JSystem/JKernel/JKRFileCache.cpp index b6ed72c1c3..2c764a7024 100644 --- a/src/JSystem/JKernel/JKRFileCache.cpp +++ b/src/JSystem/JKernel/JKRFileCache.cpp @@ -6,8 +6,8 @@ #include "JSystem/JKernel/JKRHeap.h" #include "JSystem/JUtility/JUTAssert.h" -#include "ctype.h" -#include "string.h" +#include <ctype> +#include <string> #include "global.h" JKRFileCache* JKRFileCache::mount(const char* path, JKRHeap* heap, const char* param_3) { |
