diff options
| author | 2015-05-24 12:20:31 -0700 | |
|---|---|---|
| committer | 2015-05-30 11:17:37 -0700 | |
| commit | 76690392bf8923d7172936836d15e3caebb26cf0 (patch) | |
| tree | e5896ecb4f042e88a650f4ad2287393e2346c094 /src/core/hw/gpu.cpp | |
| parent | Move video_core/math.h to common/vector_math.h (diff) | |
| download | yuzu-76690392bf8923d7172936836d15e3caebb26cf0.tar.gz yuzu-76690392bf8923d7172936836d15e3caebb26cf0.tar.xz yuzu-76690392bf8923d7172936836d15e3caebb26cf0.zip | |
Move video_core/color.h to common/color.h
Diffstat (limited to 'src/core/hw/gpu.cpp')
| -rw-r--r-- | src/core/hw/gpu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hw/gpu.cpp b/src/core/hw/gpu.cpp index ed607646e..fe93b369e 100644 --- a/src/core/hw/gpu.cpp +++ b/src/core/hw/gpu.cpp | |||
| @@ -2,6 +2,7 @@ | |||
| 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 "common/color.h" | ||
| 5 | #include "common/common_types.h" | 6 | #include "common/common_types.h" |
| 6 | 7 | ||
| 7 | #include "core/arm/arm_interface.h" | 8 | #include "core/arm/arm_interface.h" |
| @@ -22,7 +23,6 @@ | |||
| 22 | #include "video_core/command_processor.h" | 23 | #include "video_core/command_processor.h" |
| 23 | #include "video_core/utils.h" | 24 | #include "video_core/utils.h" |
| 24 | #include "video_core/video_core.h" | 25 | #include "video_core/video_core.h" |
| 25 | #include "video_core/color.h" | ||
| 26 | 26 | ||
| 27 | namespace GPU { | 27 | namespace GPU { |
| 28 | 28 | ||