Skip to content

Commit 4b5e69d

Browse files
committed
clang-format - reorder includes
1 parent a803941 commit 4b5e69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGHLSLRuntime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
#include "clang/AST/ASTContext.h"
2222
#include "clang/AST/Attrs.inc"
2323
#include "clang/AST/Decl.h"
24-
#include "clang/AST/RecursiveASTVisitor.h"
2524
#include "clang/AST/HLSLResource.h"
25+
#include "clang/AST/RecursiveASTVisitor.h"
2626
#include "clang/AST/Type.h"
2727
#include "clang/Basic/TargetOptions.h"
2828
#include "clang/Frontend/FrontendDiagnostic.h"

0 commit comments

Comments
 (0)