summaryrefslogtreecommitdiff
path: root/test/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/printf.c')
-rw-r--r--test/printf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/printf.c b/test/printf.c
index 7c037e22da..29ffdfcea4 100644
--- a/test/printf.c
+++ b/test/printf.c
@@ -3,16 +3,16 @@
* found in the LICENSE file.
*/
+#include <stdarg.h>
+#include <stdbool.h>
+#include <stddef.h>
+
#include "common.h"
#include "compiler.h"
#include "printf.h"
#include "test_util.h"
#include "util.h"
-#include <stdarg.h>
-#include <stdbool.h>
-#include <stddef.h>
-
#ifdef USE_BUILTIN_STDLIB
/*
* When USE_BUILTIN_STDLIB is defined, we want to test the EC printf