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:
parent
6adf3e37e2
commit
82fd579506
|
@ -2,9 +2,7 @@
|
||||||
// Licensed under GPLv2
|
// Licensed under GPLv2
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
// HyperIris: need clean code
|
#include "CommonTypes.h"
|
||||||
#include "../../Core/Src/ConfigManager.h"
|
|
||||||
|
|
||||||
#include "ColorUtil.h"
|
#include "ColorUtil.h"
|
||||||
#include "BannerLoaderGC.h"
|
#include "BannerLoaderGC.h"
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#include "Common.h"
|
#include "CommonTypes.h"
|
||||||
#include "ColorUtil.h"
|
#include "ColorUtil.h"
|
||||||
#include "BannerLoaderWii.h"
|
#include "BannerLoaderWii.h"
|
||||||
#include "VolumeCreator.h"
|
#include "VolumeCreator.h"
|
||||||
|
|
Loading…
Reference in New Issue