diff options
| author | Lioncash <mathew1800@gmail.com> | 2018-04-15 22:35:00 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2018-04-15 22:35:00 -0400 |
| commit | 939c5671a91988bb162f02dc10e5f805ea66269e (patch) | |
| tree | ceeb72858fcb7334b23ea848f7e656cd252e6d48 /Source/Core/Common/Config/Config.cpp | |
| parent | 483673966336f2d5d68504dc24e719d37fd7da82 (diff) | |
Common/Config: Remove unused header inclusions
Diffstat (limited to 'Source/Core/Common/Config/Config.cpp')
| -rw-r--r-- | Source/Core/Common/Config/Config.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/Common/Config/Config.cpp b/Source/Core/Common/Config/Config.cpp index 9373673518..df17d8a0db 100644 --- a/Source/Core/Common/Config/Config.cpp +++ b/Source/Core/Common/Config/Config.cpp @@ -5,9 +5,7 @@ #include <algorithm> #include <list> #include <map> -#include <tuple> -#include "Common/Assert.h" #include "Common/Config/Config.h" namespace Config |
