This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +0
-8
lines changed Expand file tree Collapse file tree 7 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 14
14
#include " flutter/shell/platform/windows/flutter_windows_view.h"
15
15
#include " flutter/shell/platform/windows/window.h"
16
16
#include " flutter/shell/platform/windows/window_binding_handler.h"
17
- #include " flutter/shell/platform/windows/windowsx_shim.h"
18
17
19
18
namespace flutter {
20
19
Original file line number Diff line number Diff line change 26
26
#include " flutter/shell/platform/windows/window_binding_handler.h"
27
27
#include " flutter/shell/platform/windows/window_binding_handler_delegate.h"
28
28
#include " flutter/shell/platform/windows/window_state.h"
29
- #include " flutter/shell/platform/windows/windowsx_shim.h"
30
29
31
30
namespace flutter {
32
31
Original file line number Diff line number Diff line change 9
9
#include < optional>
10
10
11
11
#include " flutter/shell/platform/windows/text_input_manager.h"
12
- #include " flutter/shell/platform/windows/windowsx_shim.h"
13
12
#include " gmock/gmock.h"
14
13
15
14
namespace flutter {
Original file line number Diff line number Diff line change 7
7
8
8
#include " flutter/shell/platform/windows/testing/test_keyboard.h"
9
9
#include " flutter/shell/platform/windows/window.h"
10
- #include " flutter/shell/platform/windows/windowsx_shim.h"
11
10
#include " gmock/gmock.h"
12
11
13
12
namespace flutter {
Original file line number Diff line number Diff line change 6
6
#define FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_MOCK_WINDOW_BINDING_HANDLER_H_
7
7
8
8
#include " flutter/shell/platform/windows/window_binding_handler.h"
9
- #include " flutter/shell/platform/windows/windowsx_shim.h"
10
9
#include " gmock/gmock.h"
11
10
12
11
namespace flutter {
Original file line number Diff line number Diff line change 5
5
#include " flutter/shell/platform/windows/testing/test_keyboard.h"
6
6
#include " flutter/shell/platform/common/json_message_codec.h"
7
7
#include " flutter/shell/platform/embedder/test_utils/proc_table_replacement.h"
8
- #include " flutter/shell/platform/windows/windowsx_shim.h"
9
8
10
9
#include < rapidjson/document.h>
11
10
Original file line number Diff line number Diff line change 8
8
#include < stdint.h>
9
9
#include < windows.h>
10
10
11
- #include " flutter/shell/platform/windows/windowsx_shim.h"
12
-
13
11
namespace flutter {
14
12
namespace testing {
15
13
You can’t perform that action at this time.
0 commit comments