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.
This commit is contained in:
Lioncash 2013-10-18 03:04:04 -04:00
parent 6adf3e37e2
commit 82fd579506
2 changed files with 2 additions and 4 deletions

View File

@ -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"

View File

@ -5,7 +5,7 @@
#include <stdio.h>
#include <algorithm>
#include "Common.h"
#include "CommonTypes.h"
#include "ColorUtil.h"
#include "BannerLoaderWii.h"
#include "VolumeCreator.h"