Skip to content

Commit 74dceb6

Browse files
committed
Fix include order
1 parent 663fe42 commit 74dceb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/Support/Utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
#include "flang/Lower/Support/Utils.h"
1414

1515
#include "flang/Common/indirection.h"
16-
#include "flang/Lower/ConvertVariable.h"
1716
#include "flang/Lower/AbstractConverter.h"
17+
#include "flang/Lower/ConvertVariable.h"
1818
#include "flang/Lower/IterationSpace.h"
1919
#include "flang/Lower/Support/PrivateReductionUtils.h"
2020
#include "flang/Optimizer/Builder/HLFIRTools.h"

0 commit comments

Comments
 (0)