diff options
| author | 2015-05-24 12:20:31 -0700 | |
|---|---|---|
| committer | 2015-05-30 11:17:37 -0700 | |
| commit | 76690392bf8923d7172936836d15e3caebb26cf0 (patch) | |
| tree | e5896ecb4f042e88a650f4ad2287393e2346c094 /src/video_core/rasterizer.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/video_core/rasterizer.cpp')
| -rw-r--r-- | src/video_core/rasterizer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/rasterizer.cpp b/src/video_core/rasterizer.cpp index 6df3a74f2..93288be2c 100644 --- a/src/video_core/rasterizer.cpp +++ b/src/video_core/rasterizer.cpp | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | #include <algorithm> | 5 | #include <algorithm> |
| 6 | 6 | ||
| 7 | #include "common/color.h" | ||
| 7 | #include "common/common_types.h" | 8 | #include "common/common_types.h" |
| 8 | #include "common/math_util.h" | 9 | #include "common/math_util.h" |
| 9 | #include "common/profiler.h" | 10 | #include "common/profiler.h" |
| @@ -13,7 +14,6 @@ | |||
| 13 | 14 | ||
| 14 | #include "debug_utils/debug_utils.h" | 15 | #include "debug_utils/debug_utils.h" |
| 15 | #include "math.h" | 16 | #include "math.h" |
| 16 | #include "color.h" | ||
| 17 | #include "pica.h" | 17 | #include "pica.h" |
| 18 | #include "rasterizer.h" | 18 | #include "rasterizer.h" |
| 19 | #include "vertex_shader.h" | 19 | #include "vertex_shader.h" |