diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2019-09-21 13:07:02 -0400 |
---|---|---|
committer | FernandoS27 <fsahmkow27@gmail.com> | 2019-10-04 18:52:53 -0400 |
commit | b3c46d694846c8ea4fbdcfccda8a41a9f88622f9 (patch) | |
tree | adc31c59c53a43539ce33fb75c5b8dd00736861b /src/video_core/shader/expr.h | |
parent | 466cd52ad47b125182baf1544c44e52a741fa58f (diff) |
Shader_IR: corrections and clang-format
Diffstat (limited to 'src/video_core/shader/expr.h')
-rw-r--r-- | src/video_core/shader/expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader/expr.h b/src/video_core/shader/expr.h index b954cffb03..60598977a3 100644 --- a/src/video_core/shader/expr.h +++ b/src/video_core/shader/expr.h @@ -4,8 +4,8 @@ #pragma once -#include <variant> #include <memory> +#include <variant> #include "video_core/engines/shader_bytecode.h" |