diff options
author | archshift <gh@archshift.com> | 2015-05-31 09:55:29 -0700 |
---|---|---|
committer | archshift <gh@archshift.com> | 2015-05-31 09:55:29 -0700 |
commit | 0414ad20cb82ef0565d08c4102b64ccbc89d5012 (patch) | |
tree | 3ec018dd373582c3f460ae0441f600ba5c445e48 /src/core/hw/gpu.cpp | |
parent | 833936fc64d63cf3cfd6454c4be0d1f2f7445ffd (diff) | |
parent | 76690392bf8923d7172936836d15e3caebb26cf0 (diff) |
Merge pull request #811 from archshift/commonify
Commonify video_core utility headers
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 789d3dda4..7471def57 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 { |