aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/shader/expr.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2019-09-21 13:07:02 -0400
committerFernandoS27 <fsahmkow27@gmail.com>2019-10-04 18:52:53 -0400
commitb3c46d694846c8ea4fbdcfccda8a41a9f88622f9 (patch)
treeadc31c59c53a43539ce33fb75c5b8dd00736861b /src/video_core/shader/expr.h
parent466cd52ad47b125182baf1544c44e52a741fa58f (diff)
Shader_IR: corrections and clang-format
Diffstat (limited to 'src/video_core/shader/expr.h')
-rw-r--r--src/video_core/shader/expr.h2
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"