Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unnecessary include of "../../Core/Src/ConfigManager.h" from B…
…annerLoaderGC.cpp. In actuality, all that was needed here was an include of CommonTypes.h.

Also change Common.h to CommonTypes in BannerLoaderWii.cpp.
  • Loading branch information
lioncash committed Oct 19, 2013
1 parent 6adf3e3 commit 82fd579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Source/Core/DiscIO/Src/BannerLoaderGC.cpp
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/DiscIO/Src/BannerLoaderWii.cpp
Expand Up @@ -5,7 +5,7 @@
#include <stdio.h>
#include <algorithm>

#include "Common.h"
#include "CommonTypes.h"
#include "ColorUtil.h"
#include "BannerLoaderWii.h"
#include "VolumeCreator.h"
Expand Down

0 comments on commit 82fd579

Please sign in to comment.