summaryrefslogtreecommitdiff
path: root/zephyr/test/ap_power/src/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/ap_power/src/board.c')
-rw-r--r--zephyr/test/ap_power/src/board.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/test/ap_power/src/board.c b/zephyr/test/ap_power/src/board.c
index 96b30d21d3..26c9448396 100644
--- a/zephyr/test/ap_power/src/board.c
+++ b/zephyr/test/ap_power/src/board.c
@@ -1,10 +1,10 @@
-/* Copyright 2022 The Chromium OS Authors. All rights reserved.
+/* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-#include <zephyr/zephyr.h>
-#include <ztest.h>
+#include <zephyr/kernel.h>
+#include <zephyr/ztest.h>
#include <ap_power_override_functions.h>
#include <ap_power/ap_power_interface.h>