Merge pull request #811 from archshift/commonify

Commonify video_core utility headers
This commit is contained in:
archshift 2015-05-31 09:55:29 -07:00
commit 0414ad20cb
13 changed files with 17 additions and 16 deletions

View file

@ -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"