mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[Windows] Unused include cleanup in ViewController (flutter/engine#33466)
Eliminates two unused includes in the client wrapper view controller header. These were introduced in a382232 and c66d5e6, usage was deprecated in e297b7d and removed in 1cb8585. No test changes since no semantic changes; just the removal of header #includes that are no longer used in this file.
This commit is contained in:
parent
d11e96acfe
commit
e4908e796f
@ -14,8 +14,6 @@
|
||||
#include "dart_project.h"
|
||||
#include "flutter_engine.h"
|
||||
#include "flutter_view.h"
|
||||
#include "plugin_registrar.h"
|
||||
#include "plugin_registry.h"
|
||||
|
||||
namespace flutter {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user