summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2013-10-18 03:04:04 -0400
committerLioncash <mathew1800@gmail.com>2013-10-19 19:59:01 -0400
commit82fd579506e30dd077494537ca063b05458bc8fb (patch)
treed40dd530a60a21ff961a047570c5cb3a3ad4f319 /Source/Core/DiscIO
parent6adf3e37e270326ba966ed781ad39053fdc965a7 (diff)
Remove unnecessary include of "../../Core/Src/ConfigManager.h" from BannerLoaderGC.cpp. In actuality, all that was needed here was an include of CommonTypes.h.
Also change Common.h to CommonTypes in BannerLoaderWii.cpp.
Diffstat (limited to 'Source/Core/DiscIO')
-rw-r--r--Source/Core/DiscIO/Src/BannerLoaderGC.cpp4
-rw-r--r--Source/Core/DiscIO/Src/BannerLoaderWii.cpp2
2 files changed, 2 insertions, 4 deletions
diff --git a/Source/Core/DiscIO/Src/BannerLoaderGC.cpp b/Source/Core/DiscIO/Src/BannerLoaderGC.cpp
index c03af4f86a..e253de488e 100644
--- a/Source/Core/DiscIO/Src/BannerLoaderGC.cpp
+++ b/Source/Core/DiscIO/Src/BannerLoaderGC.cpp
@@ -2,9 +2,7 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
-// HyperIris: need clean code
-#include "../../Core/Src/ConfigManager.h"
-
+#include "CommonTypes.h"
#include "ColorUtil.h"
#include "BannerLoaderGC.h"
diff --git a/Source/Core/DiscIO/Src/BannerLoaderWii.cpp b/Source/Core/DiscIO/Src/BannerLoaderWii.cpp
index 777d436df2..2d63184023 100644
--- a/Source/Core/DiscIO/Src/BannerLoaderWii.cpp
+++ b/Source/Core/DiscIO/Src/BannerLoaderWii.cpp
@@ -5,7 +5,7 @@
#include <stdio.h>
#include <algorithm>
-#include "Common.h"
+#include "CommonTypes.h"
#include "ColorUtil.h"
#include "BannerLoaderWii.h"
#include "VolumeCreator.h"