Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 42748ec

Browse files
Remove unneeded windowsx_shim imports
1 parent 4f5c6fa commit 42748ec

7 files changed

+0
-8
lines changed

shell/platform/windows/flutter_window.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include "flutter/shell/platform/windows/flutter_windows_view.h"
1515
#include "flutter/shell/platform/windows/window.h"
1616
#include "flutter/shell/platform/windows/window_binding_handler.h"
17-
#include "flutter/shell/platform/windows/windowsx_shim.h"
1817

1918
namespace flutter {
2019

shell/platform/windows/flutter_windows_view.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#include "flutter/shell/platform/windows/window_binding_handler.h"
2828
#include "flutter/shell/platform/windows/window_binding_handler_delegate.h"
2929
#include "flutter/shell/platform/windows/window_state.h"
30-
#include "flutter/shell/platform/windows/windowsx_shim.h"
3130

3231
namespace flutter {
3332

shell/platform/windows/testing/mock_text_input_manager.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include <optional>
1010

1111
#include "flutter/shell/platform/windows/text_input_manager.h"
12-
#include "flutter/shell/platform/windows/windowsx_shim.h"
1312
#include "gmock/gmock.h"
1413

1514
namespace flutter {

shell/platform/windows/testing/mock_window.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
#include "flutter/shell/platform/windows/testing/test_keyboard.h"
99
#include "flutter/shell/platform/windows/window.h"
10-
#include "flutter/shell/platform/windows/windowsx_shim.h"
1110
#include "gmock/gmock.h"
1211

1312
namespace flutter {

shell/platform/windows/testing/mock_window_binding_handler.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#define FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_MOCK_WINDOW_BINDING_HANDLER_H_
77

88
#include "flutter/shell/platform/windows/window_binding_handler.h"
9-
#include "flutter/shell/platform/windows/windowsx_shim.h"
109
#include "gmock/gmock.h"
1110

1211
namespace flutter {

shell/platform/windows/testing/test_keyboard.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include "flutter/shell/platform/windows/testing/test_keyboard.h"
66
#include "flutter/shell/platform/common/json_message_codec.h"
77
#include "flutter/shell/platform/embedder/test_utils/proc_table_replacement.h"
8-
#include "flutter/shell/platform/windows/windowsx_shim.h"
98

109
#include <rapidjson/document.h>
1110

shell/platform/windows/testing/wm_builders.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
#include <stdint.h>
99
#include <windows.h>
1010

11-
#include "flutter/shell/platform/windows/windowsx_shim.h"
12-
1311
namespace flutter {
1412
namespace testing {
1513

0 commit comments

Comments
 (0)