summaryrefslogtreecommitdiff
path: root/src/video_core/utils.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2015-09-11 07:20:02 -0400
committerGravatar Lioncash2015-09-11 07:31:15 -0400
commitaec28ed91eb570c5c7aac31ee6ef302df91ee868 (patch)
treece6b4f5b99132665c448b26e3e3c8db88e568617 /src/video_core/utils.cpp
parentMerge pull request #1141 from lioncash/hdr (diff)
downloadyuzu-aec28ed91eb570c5c7aac31ee6ef302df91ee868.tar.gz
yuzu-aec28ed91eb570c5c7aac31ee6ef302df91ee868.tar.xz
yuzu-aec28ed91eb570c5c7aac31ee6ef302df91ee868.zip
video_core: Reorganize headers
Diffstat (limited to 'src/video_core/utils.cpp')
-rw-r--r--src/video_core/utils.cpp4
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 @@
2// Licensed under GPLv2 or any later version 2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#include <stdio.h> 5#include <cstdio>
6#include <string.h> 6#include <cstring>
7 7
8#include "video_core/utils.h" 8#include "video_core/utils.h"
9 9