mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-26 22:38:34 +00:00
Treewide: Adjust order of includes
This commit is contained in:
parent
9304fe7124
commit
2025763420
214 changed files with 430 additions and 252 deletions
|
@ -1,11 +1,11 @@
|
|||
// Copyright 2018 Dolphin Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include "Common/AndroidAnalytics.h"
|
||||
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
#include "Common/AndroidAnalytics.h"
|
||||
|
||||
namespace Common
|
||||
{
|
||||
std::function<void(std::string, std::string)> s_android_send_report;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue