Remove unused include from mojo's module-shared.h.tmpl.
There does not appear to be any base::flat_map usage in the generated headers, so remove this include from the template. Change-Id: I2269df2b8366236b6509084adacadd09acb1e5ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2912850 Auto-Submit: Lei Zhang <thestig@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#886489}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
d54aadd5b8
commit
b5c36fbd89
@ -44,7 +44,6 @@ namespace {{namespace}} {
|
||||
|
||||
{%- if not contains_only_enums %}
|
||||
#include "base/compiler_specific.h"
|
||||
#include "base/containers/flat_map.h"
|
||||
#include "mojo/public/cpp/bindings/array_data_view.h"
|
||||
#include "mojo/public/cpp/bindings/enum_traits.h"
|
||||
#include "mojo/public/cpp/bindings/interface_data_view.h"
|
||||
|
Reference in New Issue
Block a user