From 104fa97f671c84d27f162bc25a6d2e68f1ffff6c Mon Sep 17 00:00:00 2001 From: Che-yu Wu Date: Fri, 18 Aug 2017 09:28:26 +0800 Subject: [PATCH] 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 Reviewed-on: https://chromium-review.googlesource.com/620291 Reviewed-by: Vincent Palatin --- util/genvif.c | 1 - 1 file changed, 1 deletion(-) 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 #include #include -#include #include #include "config.h"