summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2019-08-20 14:58:46 -0600
committerJett Rink <jettrink@chromium.org>2019-08-20 21:02:16 +0000
commit55ed8ec848dad3cc6925978959141993df62a8ae (patch)
treea1d82c827c196fe4c923f8738281dccaa9a9afaa /include
parent7451ab9eb90b8042d01ca0b68f5a0fef63a7e96c (diff)
downloadchrome-ec-55ed8ec848dad3cc6925978959141993df62a8ae.tar.gz
cleanup: remove redundant header file include
The header file includes itself, which does nothing. Remove. BRANCH=none BUG=none TEST=builds Change-Id: I6b87a801a1ba09400b7c582dab66dec62b096e5b Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1762534
Diffstat (limited to 'include')
-rw-r--r--include/usb_pd_tcpm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/usb_pd_tcpm.h b/include/usb_pd_tcpm.h
index 7151cce4bf..71b49a14ff 100644
--- a/include/usb_pd_tcpm.h
+++ b/include/usb_pd_tcpm.h
@@ -10,7 +10,6 @@
#include "ec_commands.h"
#include "i2c.h"
-#include "usb_pd_tcpm.h"
/* Default retry count for transmitting */
#define PD_RETRY_COUNT 3