diff options
author | Lioncash <mathew1800@gmail.com> | 2015-09-11 07:20:02 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2015-09-11 07:31:15 -0400 |
commit | aec28ed91eb570c5c7aac31ee6ef302df91ee868 (patch) | |
tree | ce6b4f5b99132665c448b26e3e3c8db88e568617 /src/video_core/utils.cpp | |
parent | 506ab0623811b2a9443bc263ca64d3ac8f8c8356 (diff) |
video_core: Reorganize headers
Diffstat (limited to 'src/video_core/utils.cpp')
-rw-r--r-- | src/video_core/utils.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/utils.cpp b/src/video_core/utils.cpp index c7cc93cea..6e1ff5cf4 100644 --- a/src/video_core/utils.cpp +++ b/src/video_core/utils.cpp @@ -2,8 +2,8 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. -#include <stdio.h> -#include <string.h> +#include <cstdio> +#include <cstring> #include "video_core/utils.h" |