Remove circular include between core/typedefs.h and core/error_macros.h

This commit is contained in:
Marcel Admiraal
2019-10-08 10:17:11 +02:00
parent 98497ff719
commit c2aa3e2351
8 changed files with 8 additions and 1 deletions

View File

@@ -31,6 +31,7 @@
#ifndef GLOBALS_LIST_H
#define GLOBALS_LIST_H
#include "core/error_macros.h"
#include "core/os/memory.h"
#include "core/sort_array.h"