diff options
| author | 2015-09-11 18:17:02 -0300 | |
|---|---|---|
| committer | 2015-09-11 18:17:02 -0300 | |
| commit | ece0f050a98cfe97aa205f1f908226ee6813a52d (patch) | |
| tree | c3f751133daa8a941e97575e0bc963783ebd8b11 /src/video_core/utils.cpp | |
| parent | Merge pull request #1144 from lioncash/remove (diff) | |
| parent | video_core: Reorganize headers (diff) | |
| download | yuzu-ece0f050a98cfe97aa205f1f908226ee6813a52d.tar.gz yuzu-ece0f050a98cfe97aa205f1f908226ee6813a52d.tar.xz yuzu-ece0f050a98cfe97aa205f1f908226ee6813a52d.zip | |
Merge pull request #1143 from lioncash/vcore-hdr
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 @@ | |||
| 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 | ||