vk_shader_decompiler: Clean code and be const correct.

This commit is contained in:
Fernando Sahmkow 2019-09-24 10:57:45 -04:00 committed by FernandoS27
parent 7c756baa77
commit 000ad558dd
2 changed files with 6 additions and 8 deletions

View file

@ -19,8 +19,8 @@
#include "video_core/renderer_opengl/gl_device.h"
#include "video_core/renderer_opengl/gl_rasterizer.h"
#include "video_core/renderer_opengl/gl_shader_decompiler.h"
#include "video_core/shader/node.h"
#include "video_core/shader/ast.h"
#include "video_core/shader/node.h"
#include "video_core/shader/shader_ir.h"
namespace OpenGL::GLShader {