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

@ -33,6 +33,7 @@
#include <string.h>
#include "core/error_macros.h"
#include "core/os/memory.h"
#include "core/safe_refcount.h"