summaryrefslogtreecommitdiff
path: root/Source/Core/Common/AndroidAnalytics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/AndroidAnalytics.cpp')
-rw-r--r--Source/Core/Common/AndroidAnalytics.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/Common/AndroidAnalytics.cpp b/Source/Core/Common/AndroidAnalytics.cpp
index c682d37f95..a25acb17f4 100644
--- a/Source/Core/Common/AndroidAnalytics.cpp
+++ b/Source/Core/Common/AndroidAnalytics.cpp
@@ -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;