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

Commit

Permalink
Remove unneeded windowsx_shim imports
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakovschectman committed Dec 6, 2022
1 parent 978657d commit ca62e04
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion shell/platform/windows/flutter_window.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "flutter/shell/platform/windows/flutter_windows_view.h"
#include "flutter/shell/platform/windows/window.h"
#include "flutter/shell/platform/windows/window_binding_handler.h"
#include "flutter/shell/platform/windows/windowsx_shim.h"

namespace flutter {

Expand Down
1 change: 0 additions & 1 deletion shell/platform/windows/flutter_windows_view.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include "flutter/shell/platform/windows/window_binding_handler.h"
#include "flutter/shell/platform/windows/window_binding_handler_delegate.h"
#include "flutter/shell/platform/windows/window_state.h"
#include "flutter/shell/platform/windows/windowsx_shim.h"

namespace flutter {

Expand Down
1 change: 0 additions & 1 deletion shell/platform/windows/testing/mock_text_input_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <optional>

#include "flutter/shell/platform/windows/text_input_manager.h"
#include "flutter/shell/platform/windows/windowsx_shim.h"
#include "gmock/gmock.h"

namespace flutter {
Expand Down
1 change: 0 additions & 1 deletion shell/platform/windows/testing/mock_window.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

#include "flutter/shell/platform/windows/testing/test_keyboard.h"
#include "flutter/shell/platform/windows/window.h"
#include "flutter/shell/platform/windows/windowsx_shim.h"
#include "gmock/gmock.h"

namespace flutter {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#define FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_MOCK_WINDOW_BINDING_HANDLER_H_

#include "flutter/shell/platform/windows/window_binding_handler.h"
#include "flutter/shell/platform/windows/windowsx_shim.h"
#include "gmock/gmock.h"

namespace flutter {
Expand Down
1 change: 0 additions & 1 deletion shell/platform/windows/testing/test_keyboard.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "flutter/shell/platform/windows/testing/test_keyboard.h"
#include "flutter/shell/platform/common/json_message_codec.h"
#include "flutter/shell/platform/embedder/test_utils/proc_table_replacement.h"
#include "flutter/shell/platform/windows/windowsx_shim.h"

#include <rapidjson/document.h>

Expand Down
2 changes: 0 additions & 2 deletions shell/platform/windows/testing/wm_builders.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#include <stdint.h>
#include <windows.h>

#include "flutter/shell/platform/windows/windowsx_shim.h"

namespace flutter {
namespace testing {

Expand Down

0 comments on commit ca62e04

Please sign in to comment.