Skip to content

Commit

Permalink
change the order of includes in runtime-core.h
Browse files Browse the repository at this point in the history
  • Loading branch information
apolyakov committed Feb 4, 2025
1 parent 6fcdf6f commit 966711d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime-common/core/runtime-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@

#define INCLUDED_FROM_KPHP_CORE

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

#include "runtime-common/core/array_access.h"
#include "runtime-common/core/class-instance/class-instance-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"
Expand Down

0 comments on commit 966711d

Please sign in to comment.