From 6609d22359c5e0c1155ce8ef440f1c0068fc5390 Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Thu, 3 Nov 2022 09:18:11 -0700 Subject: [PATCH] Reorder cmake file list to test auto-generation PiperOrigin-RevId: 485891304 --- src/file_lists.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/file_lists.cmake b/src/file_lists.cmake index 6941c1764c..d4f39677f7 100644 --- a/src/file_lists.cmake +++ b/src/file_lists.cmake @@ -98,7 +98,6 @@ set(libprotobuf_hdrs ${protobuf_SOURCE_DIR}/src/google/protobuf/type.pb.h ${protobuf_SOURCE_DIR}/src/google/protobuf/wrappers.pb.h ${protobuf_SOURCE_DIR}/src/google/protobuf/any.h - ${protobuf_SOURCE_DIR}/src/google/protobuf/arena.h ${protobuf_SOURCE_DIR}/src/google/protobuf/arena_align.h ${protobuf_SOURCE_DIR}/src/google/protobuf/arena_allocation_policy.h ${protobuf_SOURCE_DIR}/src/google/protobuf/arena_cleanup.h @@ -187,6 +186,7 @@ set(libprotobuf_hdrs ${protobuf_SOURCE_DIR}/src/google/protobuf/util/time_util.h ${protobuf_SOURCE_DIR}/src/google/protobuf/util/type_resolver.h ${protobuf_SOURCE_DIR}/src/google/protobuf/util/type_resolver_util.h + ${protobuf_SOURCE_DIR}/src/google/protobuf/arena.h ${protobuf_SOURCE_DIR}/src/google/protobuf/wire_format.h ${protobuf_SOURCE_DIR}/src/google/protobuf/wire_format_lite.h )