Skip to content

Commit

Permalink
[fuchsia] Remove unnecessary includes from web_component
Browse files Browse the repository at this point in the history
The removed includes are either unused or included in both the .h and .cc.

Change-Id: Ie232a1e76b9341f16908466878aaf3e56944de0b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2934257
Auto-Submit: David Dorwin <ddorwin@chromium.org>
Commit-Queue: Wez <wez@chromium.org>
Reviewed-by: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#888534}
  • Loading branch information
ddorwin authored and Chromium LUCI CQ committed Jun 2, 2021
1 parent b5416e2 commit cfff458
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions fuchsia/runners/common/web_component.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@

#include "fuchsia/runners/common/web_component.h"

#include <fuchsia/logger/cpp/fidl.h>
#include <fuchsia/sys/cpp/fidl.h>
#include <fuchsia/ui/views/cpp/fidl.h>
#include <lib/fidl/cpp/binding_set.h>
#include <lib/fit/function.h>
#include <lib/sys/cpp/component_context.h>
#include <lib/ui/scenic/cpp/view_ref_pair.h>
#include <utility>

#include "base/bind.h"
#include "base/fuchsia/fuchsia_logging.h"
Expand Down
1 change: 0 additions & 1 deletion fuchsia/runners/common/web_component.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <fuchsia/ui/app/cpp/fidl.h>
#include <fuchsia/web/cpp/fidl.h>
#include <lib/fidl/cpp/binding.h>
#include <lib/fidl/cpp/binding_set.h>
#include <memory>
#include <string>
#include <utility>
Expand Down

0 comments on commit cfff458

Please sign in to comment.