summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexManagerBase.cpp
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2020-09-15 03:13:10 -0700
committerShawn Hoffman <godisgovernment@gmail.com>2021-01-27 14:29:47 -0800
commit07fd02f207fc4d5abb891fcfd40ba2e3f6f13baa (patch)
tree8175915ef43d9c5c9f92f5057ccf15a6401594e0 /Source/Core/VideoCommon/VertexManagerBase.cpp
parent96e3360f054c40c76a1e94162162e4ab22b60051 (diff)
rename Core/Analytics to Core/DolphinAnalytics
Diffstat (limited to 'Source/Core/VideoCommon/VertexManagerBase.cpp')
-rw-r--r--Source/Core/VideoCommon/VertexManagerBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VertexManagerBase.cpp b/Source/Core/VideoCommon/VertexManagerBase.cpp
index ae694868aa..59d351018f 100644
--- a/Source/Core/VideoCommon/VertexManagerBase.cpp
+++ b/Source/Core/VideoCommon/VertexManagerBase.cpp
@@ -14,8 +14,8 @@
#include "Common/Logging/Log.h"
#include "Common/MathUtil.h"
-#include "Core/Analytics.h"
#include "Core/ConfigManager.h"
+#include "Core/DolphinAnalytics.h"
#include "VideoCommon/BPMemory.h"
#include "VideoCommon/BoundingBox.h"