summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Debug
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/Debug')
-rw-r--r--Source/Core/Common/Debug/MemoryPatches.cpp1
-rw-r--r--Source/Core/Common/Debug/MemoryPatches.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/Common/Debug/MemoryPatches.cpp b/Source/Core/Common/Debug/MemoryPatches.cpp
index 0becba1dde..b9f6e14901 100644
--- a/Source/Core/Common/Debug/MemoryPatches.cpp
+++ b/Source/Core/Common/Debug/MemoryPatches.cpp
@@ -4,7 +4,6 @@
#include "Common/Debug/MemoryPatches.h"
#include <algorithm>
-#include <sstream>
#include <utility>
namespace Common::Debug
diff --git a/Source/Core/Common/Debug/MemoryPatches.h b/Source/Core/Common/Debug/MemoryPatches.h
index 607bb831a0..187934beca 100644
--- a/Source/Core/Common/Debug/MemoryPatches.h
+++ b/Source/Core/Common/Debug/MemoryPatches.h
@@ -4,7 +4,6 @@
#pragma once
#include <cstddef>
-#include <string>
#include <vector>
#include "Common/CommonTypes.h"