summaryrefslogtreecommitdiff
path: root/zephyr/test/uart_printf/src/fakes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/uart_printf/src/fakes.cc')
-rw-r--r--zephyr/test/uart_printf/src/fakes.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/test/uart_printf/src/fakes.cc b/zephyr/test/uart_printf/src/fakes.cc
index 0bb5fea1eb..6cfdacaaa0 100644
--- a/zephyr/test/uart_printf/src/fakes.cc
+++ b/zephyr/test/uart_printf/src/fakes.cc
@@ -3,12 +3,12 @@
* found in the LICENSE file.
*/
-#include <zephyr/fff.h>
-#include <zephyr/ztest.h>
-
#include "printf.h"
#include "uart.h"
+#include <zephyr/fff.h>
+#include <zephyr/ztest.h>
+
DEFINE_FFF_GLOBALS;
/* printf.h */