From 9cbcc87f5b22572e322c0332163ca642c3b8d7b0 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Tue, 7 Oct 2025 15:12:31 +1100 Subject: [PATCH] [orc-rt] Fix header ordering. NFCI. --- orc-rt/include/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orc-rt/include/CMakeLists.txt b/orc-rt/include/CMakeLists.txt index dfe764976d7e..9413878a47a5 100644 --- a/orc-rt/include/CMakeLists.txt +++ b/orc-rt/include/CMakeLists.txt @@ -13,13 +13,13 @@ set(ORC_RT_HEADERS orc-rt/Math.h orc-rt/MemoryFlags.h orc-rt/RTTI.h - orc-rt/WrapperFunction.h orc-rt/ScopeExit.h orc-rt/SimplePackedSerialization.h orc-rt/SPSAllocAction.h orc-rt/SPSMemoryFlags.h orc-rt/SPSWrapperFunction.h orc-rt/SPSWrapperFunctionBuffer.h + orc-rt/WrapperFunction.h orc-rt/bind.h orc-rt/bit.h orc-rt/move_only_function.h