Skip to content

Commit

Permalink
Change order of implicit includes
Browse files Browse the repository at this point in the history
  • Loading branch information
apolyakov committed Dec 20, 2024
1 parent 85a977c commit 3736a14
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions runtime-common/core/runtime-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,22 @@

#include "runtime-common/core/array_access.h"
#include "runtime-common/core/class-instance/class-instance-decl.inl"
#include "runtime-common/core/core-types/decl/string_decl.inl"

#include "runtime-common/core/core-types/decl/array_decl.inl"
#include "runtime-common/core/core-types/decl/mixed_decl.inl"
#include "runtime-common/core/core-types/decl/string_buffer_decl.inl"
#include "runtime-common/core/core-types/decl/string_decl.inl"

#include "runtime-common/core/allocator/runtime-allocator.h"
#include "runtime-common/core/core-context.h"

#include "runtime-common/core/core-types/definition/string.inl"

#include "runtime-common/core/class-instance/class-instance.inl"
#include "runtime-common/core/core-types/comparison_operators.inl"
#include "runtime-common/core/core-types/conversions_types.inl"
#include "runtime-common/core/core-types/definition/array.inl"
#include "runtime-common/core/core-types/definition/mixed.inl"
#include "runtime-common/core/core-types/definition/string.inl"
#include "runtime-common/core/core-types/definition/string_buffer.inl"

#undef INCLUDED_FROM_KPHP_CORE
Expand Down

0 comments on commit 3736a14

Please sign in to comment.