Move video_core/color.h to common/color.h
This commit is contained in:
parent
5df2d1b5f7
commit
76690392bf
8 changed files with 8 additions and 6 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include <algorithm>
|
||||
|
||||
#include "common/color.h"
|
||||
#include "common/common_types.h"
|
||||
#include "common/math_util.h"
|
||||
#include "common/profiler.h"
|
||||
|
@ -13,7 +14,6 @@
|
|||
|
||||
#include "debug_utils/debug_utils.h"
|
||||
#include "math.h"
|
||||
#include "color.h"
|
||||
#include "pica.h"
|
||||
#include "rasterizer.h"
|
||||
#include "vertex_shader.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue