summaryrefslogtreecommitdiff
path: root/zephyr/test/ap_power/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/ap_power/src/main.c')
-rw-r--r--zephyr/test/ap_power/src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/test/ap_power/src/main.c b/zephyr/test/ap_power/src/main.c
index 761fcfd997..d653b51164 100644
--- a/zephyr/test/ap_power/src/main.c
+++ b/zephyr/test/ap_power/src/main.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 "ec_app_main.h"
#include "test_state.h"