summaryrefslogtreecommitdiff
path: root/zephyr/test/hooks/hooks.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/hooks/hooks.c')
-rw-r--r--zephyr/test/hooks/hooks.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/zephyr/test/hooks/hooks.c b/zephyr/test/hooks/hooks.c
index 7d784aa65f..bc2840eae5 100644
--- a/zephyr/test/hooks/hooks.c
+++ b/zephyr/test/hooks/hooks.c
@@ -3,12 +3,13 @@
* found in the LICENSE file.
*/
-#include <stdbool.h>
-#include <zephyr/ztest.h>
-
#include "ap_power/ap_power.h"
#include "hooks.h"
+#include <stdbool.h>
+
+#include <zephyr/ztest.h>
+
static bool h1_called;
static bool h2_called;
static bool h3_called;