From f172247e85ec70bf9881472557b935bbf226f0f2 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Wed, 10 Jun 2020 12:56:06 +0200 Subject: [PATCH] tools: remove unused vector include in mkdcodecache --- tools/code_cache/mkcodecache.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/code_cache/mkcodecache.cc b/tools/code_cache/mkcodecache.cc index 23df0f69317b8b..2aa140fff73ae8 100644 --- a/tools/code_cache/mkcodecache.cc +++ b/tools/code_cache/mkcodecache.cc @@ -3,7 +3,6 @@ #include #include #include -#include #include "cache_builder.h" #include "debug_utils-inl.h"