From 43503a69bf730125b380601a919e81ca09afeb74 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 5 Oct 2019 08:40:24 -0400 Subject: video_core/{ast, expr}: Organize forward declaration Keeps them alphabetically sorted for readability. --- src/video_core/shader/expr.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/video_core/shader/expr.h') diff --git a/src/video_core/shader/expr.h b/src/video_core/shader/expr.h index 45695c0ed..d3dcd00ec 100644 --- a/src/video_core/shader/expr.h +++ b/src/video_core/shader/expr.h @@ -15,12 +15,12 @@ using Tegra::Shader::ConditionCode; using Tegra::Shader::Pred; class ExprAnd; -class ExprOr; +class ExprBoolean; +class ExprCondCode; class ExprNot; +class ExprOr; class ExprPredicate; -class ExprCondCode; class ExprVar; -class ExprBoolean; using ExprData = std::variant; -- cgit v1.2.3