X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8898456df4728afe7d100011e0e23b0ffb9a6341..0d91b2342a1f83b3b9db145c7210efd5d9547cc8:/src/common/memory.cpp diff --git a/src/common/memory.cpp b/src/common/memory.cpp index 7c062d71a7..acd63dcde9 100644 --- a/src/common/memory.cpp +++ b/src/common/memory.cpp @@ -18,17 +18,19 @@ #if (defined(__WXDEBUG__) && wxUSE_MEMORY_TRACING) || wxUSE_DEBUG_CONTEXT +#include "wx/memory.h" + #ifndef WX_PRECOMP #include "wx/utils.h" #include "wx/app.h" #include "wx/hash.h" + #include "wx/log.h" #endif #if wxUSE_THREADS #include "wx/thread.h" #endif -#include "wx/log.h" #include #include "wx/ioswrap.h" @@ -54,8 +56,6 @@ #endif -#include "wx/memory.h" - #if wxUSE_THREADS && defined(__WXDEBUG__) #define USE_THREADSAFE_MEMORY_ALLOCATION 1 #else