Skip to content

Commit 3e48787

Browse files
committed
Organize includes
1 parent 2a72658 commit 3e48787

4 files changed

+8
-7
lines changed

shell/platform/tizen/channels/settings_channel_linux.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
#include "settings_channel.h"
66

7-
#include <chrono>
8-
#include <ctime>
7+
#include <locale>
98

109
namespace flutter {
1110

shell/platform/tizen/channels/settings_channel_tizen.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
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 <system/system_settings.h>
65
#include "settings_channel.h"
76

7+
#include <system/system_settings.h>
8+
89
namespace flutter {
910

1011
static void OnSettingsChangedCallback(system_settings_key_e key,

shell/platform/tizen/flutter_tizen_engine_unittest.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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 <gtest/gtest.h>
5+
#include "flutter/shell/platform/tizen/flutter_tizen_engine.h"
66

77
#include "flutter/shell/platform/embedder/test_utils/proc_table_replacement.h"
8-
#include "flutter/shell/platform/tizen/flutter_tizen_engine.h"
98
#include "flutter/shell/platform/tizen/testing/engine_modifier.h"
9+
#include "gtest/gtest.h"
1010

1111
namespace flutter {
1212
namespace testing {

shell/platform/tizen/flutter_tizen_texture_registrar_unittests.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
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 <gtest/gtest.h>
5+
#include "flutter/shell/platform/tizen/flutter_tizen_texture_registrar.h"
6+
67
#include <iostream>
78

89
#include "flutter/shell/platform/embedder/test_utils/proc_table_replacement.h"
910
#include "flutter/shell/platform/tizen/flutter_tizen_engine.h"
10-
#include "flutter/shell/platform/tizen/flutter_tizen_texture_registrar.h"
1111
#include "flutter/shell/platform/tizen/testing/engine_modifier.h"
12+
#include "gtest/gtest.h"
1213

1314
namespace flutter {
1415
namespace testing {

0 commit comments

Comments
 (0)