summaryrefslogtreecommitdiff
path: root/test/vboot.c
diff options
context:
space:
mode:
authorAllen Webb <allenwebb@google.com>2018-12-14 10:07:27 -0800
committerchrome-bot <chrome-bot@chromium.org>2019-01-03 15:04:38 -0800
commit7a071bca73ca0e04f22aacb3dc26f63d5f9e2171 (patch)
treed49e8dc9f1463cf44e92af16326c170b13eb200a /test/vboot.c
parentaff8a2801d37a8e4bfc65735e134404a4e460fb1 (diff)
downloadchrome-ec-7a071bca73ca0e04f22aacb3dc26f63d5f9e2171.tar.gz
stdlib cleanup.
This cleanups some header includes to avoid conflicts between the ec headers and the standard c headers. BRANCH=None BUG=None TEST=make -j buildall && ./build_packages --board=veyron_minnie \ chromeos-ec && FEATURES=test emerge-veyron_minnie chromeos-ec Change-Id: Icf9022d688fd9c749f7a5f8673755188741b40e1 Signed-off-by: Allen Webb <allenwebb@google.com> Reviewed-on: https://chromium-review.googlesource.com/1378906 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-by: Nicolas Boichat <drinkcat@chromium.org>
Diffstat (limited to 'test/vboot.c')
-rw-r--r--test/vboot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/vboot.c b/test/vboot.c
index 69521eff6e..77f9c0af9f 100644
--- a/test/vboot.c
+++ b/test/vboot.c
@@ -5,7 +5,6 @@
* Test vboot
*/
-#include <stdlib.h>
#include "common.h"
#include "rsa.h"
#include "test_util.h"