diff --git a/src/shader_recompiler/frontend/control_flow_graph.cpp b/src/shader_recompiler/frontend/control_flow_graph.cpp index f25779eae..6bb62f258 100644 --- a/src/shader_recompiler/frontend/control_flow_graph.cpp +++ b/src/shader_recompiler/frontend/control_flow_graph.cpp @@ -4,8 +4,8 @@ #include #include #include "common/assert.h" -#include "shader_recompiler/frontend/control_flow_graph.h" #include "common/logging/log.h" +#include "shader_recompiler/frontend/control_flow_graph.h" namespace Shader::Gcn {