summaryrefslogtreecommitdiff
path: root/builtin/inttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtin/inttypes.h')
-rw-r--r--builtin/inttypes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/builtin/inttypes.h b/builtin/inttypes.h
index eed80407ce..1ef305548b 100644
--- a/builtin/inttypes.h
+++ b/builtin/inttypes.h
@@ -6,8 +6,6 @@
#ifndef __CROS_EC_INTTYPES_H__
#define __CROS_EC_INTTYPES_H__
-#include <stdint.h>
-
#define PRIx64 "llx"
#define PRId64 "lld"