summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/hwtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/src/hwtimer.c')
-rw-r--r--zephyr/shim/src/hwtimer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/zephyr/shim/src/hwtimer.c b/zephyr/shim/src/hwtimer.c
index aaaf051d80..d99f7a826b 100644
--- a/zephyr/shim/src/hwtimer.c
+++ b/zephyr/shim/src/hwtimer.c
@@ -1,11 +1,10 @@
-/* Copyright 2020 The Chromium OS Authors. All rights reserved.
+/* Copyright 2020 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/kernel.h>
#include <stdint.h>
-#include <zephyr/zephyr.h>
#include "hwtimer.h"