video_core: Reorganize headers

This commit is contained in:
Lioncash 2015-09-11 07:20:02 -04:00
parent 506ab06238
commit aec28ed91e
19 changed files with 56 additions and 62 deletions

View file

@ -4,10 +4,10 @@
#include <boost/container/static_vector.hpp>
#include "clipper.h"
#include "pica.h"
#include "rasterizer.h"
#include "shader/shader_interpreter.h"
#include "video_core/clipper.h"
#include "video_core/pica.h"
#include "video_core/rasterizer.h"
#include "video_core/shader/shader_interpreter.h"
namespace Pica {