video_core: Reorganize headers

This commit is contained in:
Lioncash
2015-09-11 07:20:02 -04:00
parent b9125cec2e
commit 2cd98a45cb
19 changed files with 56 additions and 62 deletions
+2 -3
View File
@@ -7,9 +7,8 @@
#include <nihstro/shader_bytecode.h>
#include "video_core/pica.h"
#include "shader.h"
#include "shader_interpreter.h"
#include "video_core/shader/shader.h"
#include "video_core/shader/shader_interpreter.h"
using nihstro::OpCode;
using nihstro::Instruction;