summaryrefslogtreecommitdiff
path: root/include/crc8.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crc8.h')
-rw-r--r--include/crc8.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/crc8.h b/include/crc8.h
index ca1a98eb43..c20314311e 100644
--- a/include/crc8.h
+++ b/include/crc8.h
@@ -7,8 +7,6 @@
#ifndef __CROS_EC_CRC8_H
#define __CROS_EC_CRC8_H
-#include <stdint.h>
-
/**
* crc8
* Return CRC-8 of the data, using x^8 + x^2 + x + 1 polynomial. A table-based