summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/shader_jit_x64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/shader/shader_jit_x64.h')
-rw-r--r--src/video_core/shader/shader_jit_x64.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/video_core/shader/shader_jit_x64.h b/src/video_core/shader/shader_jit_x64.h
index 2f37ef8bf..98de5ecef 100644
--- a/src/video_core/shader/shader_jit_x64.h
+++ b/src/video_core/shader/shader_jit_x64.h
@@ -8,13 +8,10 @@
#include <cstddef>
#include <utility>
#include <vector>
-
#include <nihstro/shader_bytecode.h>
-
#include "common/bit_set.h"
#include "common/common_types.h"
#include "common/x64/emitter.h"
-
#include "video_core/shader/shader.h"
using nihstro::Instruction;