Skip to content

Commit 9cbcc87

Browse files
committed
[orc-rt] Fix header ordering. NFCI.
1 parent 3f52eef commit 9cbcc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orc-rt/include/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ set(ORC_RT_HEADERS
1313
orc-rt/Math.h
1414
orc-rt/MemoryFlags.h
1515
orc-rt/RTTI.h
16-
orc-rt/WrapperFunction.h
1716
orc-rt/ScopeExit.h
1817
orc-rt/SimplePackedSerialization.h
1918
orc-rt/SPSAllocAction.h
2019
orc-rt/SPSMemoryFlags.h
2120
orc-rt/SPSWrapperFunction.h
2221
orc-rt/SPSWrapperFunctionBuffer.h
22+
orc-rt/WrapperFunction.h
2323
orc-rt/bind.h
2424
orc-rt/bit.h
2525
orc-rt/move_only_function.h

0 commit comments

Comments
 (0)