summaryrefslogtreecommitdiff
path: root/test/shmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/shmalloc.c')
-rw-r--r--test/shmalloc.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/shmalloc.c b/test/shmalloc.c
index f86efd4fa9..899876ab43 100644
--- a/test/shmalloc.c
+++ b/test/shmalloc.c
@@ -4,6 +4,11 @@
* found in the LICENSE file.
*/
+#include <stddef.h>
+#include <stdint.h>
+#include <stdio.h>
+#include <stdlib.h>
+
#include "common.h"
#include "compile_time_macros.h"
#include "console.h"
@@ -11,11 +16,6 @@
#include "shared_mem.h"
#include "test_util.h"
-#include <stddef.h>
-#include <stdint.h>
-#include <stdio.h>
-#include <stdlib.h>
-
/*
* Total size of memory in the malloc pool (shared between free and allocated
* buffers.