diff options
author | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-12-05 16:42:03 -0500 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-12-05 18:11:19 -0500 |
commit | f32b2bcd200097659d7c6e0dfdef1e96e3f2f69e (patch) | |
tree | d4940f317b5ceaaed92e21d07513697a3a98cd0e /src/shader_recompiler/backend/glasm/glasm_emit_context.cpp | |
parent | 5286a7bc4ccf8da0827b0352f40dbce651b57d09 (diff) |
shader_recompiler: Adjust emit_context includes
Diffstat (limited to 'src/shader_recompiler/backend/glasm/glasm_emit_context.cpp')
-rw-r--r-- | src/shader_recompiler/backend/glasm/glasm_emit_context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/backend/glasm/glasm_emit_context.cpp b/src/shader_recompiler/backend/glasm/glasm_emit_context.cpp index 8fd459dfe6..0401953f7e 100644 --- a/src/shader_recompiler/backend/glasm/glasm_emit_context.cpp +++ b/src/shader_recompiler/backend/glasm/glasm_emit_context.cpp @@ -5,8 +5,8 @@ #include <string_view> #include "shader_recompiler/backend/bindings.h" -#include "shader_recompiler/backend/glasm/emit_context.h" #include "shader_recompiler/backend/glasm/emit_glasm.h" +#include "shader_recompiler/backend/glasm/glasm_emit_context.h" #include "shader_recompiler/frontend/ir/program.h" #include "shader_recompiler/profile.h" #include "shader_recompiler/runtime_info.h" |