From 73b72c6a6283b6f5d7ba9a8e9524f47fd6da16af Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 21 May 2017 17:47:58 -0400 Subject: [PATCH] TitleDatabase: Remove unused header Many implementations of inject a static constructor into the translation unit, it's included in, even if nothing from the header is used. --- Source/Core/Core/TitleDatabase.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/Core/TitleDatabase.cpp b/Source/Core/Core/TitleDatabase.cpp index 41d576f1fe..f4cc2f255e 100644 --- a/Source/Core/Core/TitleDatabase.cpp +++ b/Source/Core/Core/TitleDatabase.cpp @@ -4,7 +4,6 @@ #include #include -#include #include "Core/TitleDatabase.h"