diff options
author | archshift <gh@archshift.com> | 2015-05-24 12:20:31 -0700 |
---|---|---|
committer | archshift <gh@archshift.com> | 2015-05-30 11:17:37 -0700 |
commit | 76690392bf8923d7172936836d15e3caebb26cf0 (patch) | |
tree | e5896ecb4f042e88a650f4ad2287393e2346c094 /src/core/hw/gpu.cpp | |
parent | 5df2d1b5f75e0ee2d3fce7131fcee5dc8e1d7cc4 (diff) |
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 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#include "common/color.h" #include "common/common_types.h" #include "core/arm/arm_interface.h" @@ -22,7 +23,6 @@ #include "video_core/command_processor.h" #include "video_core/utils.h" #include "video_core/video_core.h" -#include "video_core/color.h" namespace GPU { |