* support/regression/tests/bug1057979.c, support/regression/tests/malloc.c,
[fw/sdcc] / support / regression / tests / malloc.c
index 683da53b28dcd06ee9591e3c11205e958a102f78..bbc36a0b4413dbdb19d7a38e89a0db1b5567afd3 100644 (file)
@@ -1,10 +1,10 @@
 /* Simple malloc tests.
  */
-#include <testfwk.h>
 #include <stdlib.h>
 #if defined(SDCC_pic16)
 #include <malloc.h>
 #endif
+#include <testfwk.h>
 
 #if defined(SDCC_pic16)
 xdata char heap[100];