summaryrefslogtreecommitdiff
path: root/zephyr/test/math/src/vector.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/math/src/vector.c')
-rw-r--r--zephyr/test/math/src/vector.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/test/math/src/vector.c b/zephyr/test/math/src/vector.c
index 2e8ca52c5d..e79a350a92 100644
--- a/zephyr/test/math/src/vector.c
+++ b/zephyr/test/math/src/vector.c
@@ -1,9 +1,9 @@
-/* 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 <ztest.h>
+#include <zephyr/ztest.h>
#include "math.h"
#include "math_util.h"