Style: Apply clang-format grouping rules

This commit is contained in:
Rémi Verschelde
2026-03-16 22:19:08 +01:00
parent 764bda8d6c
commit e33e98a26f
260 changed files with 482 additions and 448 deletions
+2 -3
View File
@@ -28,11 +28,10 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/**************************************************************************/
#include "core/object/object.h"
// object.h needs to be the first include *before* method_bind.h
// FIXME: Find out why and fix potential cyclical dependencies.
#include "core/object/object.h"
#include "method_bind.h"
#include "core/object/method_bind.h"
uint32_t MethodBind::get_hash() const {
MethodInfo mi;