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, 3 insertions, 4 deletions
diff --git a/zephyr/test/hooks/hooks.c b/zephyr/test/hooks/hooks.c
index bc2840eae5..7d784aa65f 100644
--- a/zephyr/test/hooks/hooks.c
+++ b/zephyr/test/hooks/hooks.c
@@ -3,13 +3,12 @@
* found in the LICENSE file.
*/
-#include "ap_power/ap_power.h"
-#include "hooks.h"
-
#include <stdbool.h>
-
#include <zephyr/ztest.h>
+#include "ap_power/ap_power.h"
+#include "hooks.h"
+
static bool h1_called;
static bool h2_called;
static bool h3_called;