diff options
| author | 2015-05-31 09:55:29 -0700 | |
|---|---|---|
| committer | 2015-05-31 09:55:29 -0700 | |
| commit | 0414ad20cb82ef0565d08c4102b64ccbc89d5012 (patch) | |
| tree | 3ec018dd373582c3f460ae0441f600ba5c445e48 /src/video_core/rasterizer.cpp | |
| parent | Merge pull request #832 from yuriks/refresh-rate-option (diff) | |
| parent | Move video_core/color.h to common/color.h (diff) | |
| download | yuzu-0414ad20cb82ef0565d08c4102b64ccbc89d5012.tar.gz yuzu-0414ad20cb82ef0565d08c4102b64ccbc89d5012.tar.xz yuzu-0414ad20cb82ef0565d08c4102b64ccbc89d5012.zip | |
Merge pull request #811 from archshift/commonify
Commonify video_core utility headers
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 113b573f8..59d156ee7 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" |