summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorChe-yu Wu <cheyuw@google.com>2017-08-18 09:28:26 +0800
committerchrome-bot <chrome-bot@chromium.org>2017-08-17 22:41:12 -0700
commit104fa97f671c84d27f162bc25a6d2e68f1ffff6c (patch)
tree5d4127529562f68f0350b779e14192e83f1ab320 /util
parent430d55879dc0ce9567b4ee2eefed200e604091ee (diff)
downloadchrome-ec-104fa97f671c84d27f162bc25a6d2e68f1ffff6c.tar.gz
util/genvif.c: Remove duplicated include.
The header file "stdint.h" is included twice. BUG=none BRANCH=none TEST=make buildall -j Change-Id: Iba6975b65309be032e0ae040d13a7d06a534fc0d Signed-off-by: Che-yu Wu <cheyuw@google.com> Reviewed-on: https://chromium-review.googlesource.com/620291 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'util')
-rw-r--r--util/genvif.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/genvif.c b/util/genvif.c
index 865ae550df..242b299308 100644
--- a/util/genvif.c
+++ b/util/genvif.c
@@ -12,7 +12,6 @@
#include <stdlib.h>
#include <getopt.h>
#include <dirent.h>
-#include <stdint.h>
#include <limits.h>
#include "config.h"