Atomic ops are only used in guarded allocator, so move include into ifdef

This commit is contained in:
2013-08-15 12:28:30 +00:00
parent 7497101277
commit acebdf02cb

View File

@@ -50,11 +50,11 @@
#include "MEM_guardedalloc.h"
#include "atomic_ops.h"
/* should always be defined except for experimental cases */
#ifdef WITH_GUARDEDALLOC
#include "atomic_ops.h"
/* Blame Microsoft for LLP64 and no inttypes.h, quick workaround needed: */
#if defined(WIN64)
# define SIZET_FORMAT "%I64u"