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

Commit f3f0536

Browse files
authored
[windows] Eliminate unnecessary iostream imports (#38824)
In cd1a1cb I replaced use of direct writes to cerr and replaced them with FML_LOG calls but may have missed removing some iostream #includes, or they may have been missed in previous cleanups. This removes any remaining #includes of iostream that are unused.
1 parent 091c785 commit f3f0536

File tree

6 files changed

+0
-7
lines changed

6 files changed

+0
-7
lines changed

shell/platform/windows/flutter_window.h

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

8-
#include <iostream>
98
#include <string>
109
#include <vector>
1110

shell/platform/windows/flutter_windows.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include <chrono>
1111
#include <cstdlib>
1212
#include <filesystem>
13-
#include <iostream>
1413
#include <memory>
1514
#include <vector>
1615

shell/platform/windows/flutter_windows_engine.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include <dwmapi.h>
88

99
#include <filesystem>
10-
#include <iostream>
1110
#include <sstream>
1211

1312
#include "flutter/fml/logging.h"

shell/platform/windows/flutter_windows_texture_registrar_unittests.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#include <iostream>
6-
75
#include "flutter/fml/synchronization/waitable_event.h"
86
#include "flutter/shell/platform/embedder/test_utils/proc_table_replacement.h"
97
#include "flutter/shell/platform/windows/flutter_windows_engine.h"

shell/platform/windows/flutter_windows_view_unittests.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include <oleacc.h>
1111

1212
#include <future>
13-
#include <iostream>
1413
#include <vector>
1514

1615
#include "flutter/shell/platform/common/json_message_codec.h"

shell/platform/windows/keyboard_key_embedder_handler.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include <windows.h>
88

99
#include <chrono>
10-
#include <iostream>
1110
#include <string>
1211

1312
#include "flutter/fml/logging.h"

0 commit comments

Comments
 (0)