diff options
Diffstat (limited to 'common/dlmalloc.c')
-rw-r--r-- | common/dlmalloc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/dlmalloc.c b/common/dlmalloc.c index 87a09d38fb..de3f04225f 100644 --- a/common/dlmalloc.c +++ b/common/dlmalloc.c @@ -8,14 +8,14 @@ * as file malloc-2.6.6.c. */ -#include <common.h> -#include <log.h> -#include <asm/global_data.h> - #if CONFIG_IS_ENABLED(UNIT_TEST) #define DEBUG #endif +#include <common.h> +#include <log.h> +#include <asm/global_data.h> + #include <malloc.h> #include <asm/io.h> #include <valgrind/memcheck.h> |