Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #850 from lioncash/unused-headers
Core: Removed blank headers Boot_ELF.h and Boot_WiiWAD.h
  • Loading branch information
Sonicadvance1 committed Aug 22, 2014
2 parents fc5a73d + de9edbe commit db039d1
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 20 deletions.
1 change: 0 additions & 1 deletion Source/Core/Core/Boot/Boot_ELF.cpp
Expand Up @@ -5,7 +5,6 @@
#include "Common/FileUtil.h"

#include "Core/Boot/Boot.h"
#include "Core/Boot/Boot_ELF.h"
#include "Core/Boot/ElfReader.h"
#include "Core/HLE/HLE.h"
#include "Core/PowerPC/PowerPC.h"
Expand Down
5 changes: 0 additions & 5 deletions Source/Core/Core/Boot/Boot_ELF.h

This file was deleted.

6 changes: 0 additions & 6 deletions Source/Core/Core/Boot/Boot_WiiWAD.h

This file was deleted.

2 changes: 0 additions & 2 deletions Source/Core/Core/Core.vcxproj
Expand Up @@ -246,8 +246,6 @@
<ClInclude Include="BootManager.h" />
<ClInclude Include="Boot\Boot.h" />
<ClInclude Include="Boot\Boot_DOL.h" />
<ClInclude Include="Boot\Boot_ELF.h" />
<ClInclude Include="Boot\Boot_WiiWAD.h" />
<ClInclude Include="Boot\ElfReader.h" />
<ClInclude Include="Boot\ElfTypes.h" />
<ClInclude Include="ConfigManager.h" />
Expand Down
6 changes: 0 additions & 6 deletions Source/Core/Core/Core.vcxproj.filters
Expand Up @@ -732,12 +732,6 @@
<ClInclude Include="Boot\Boot_DOL.h">
<Filter>Boot</Filter>
</ClInclude>
<ClInclude Include="Boot\Boot_ELF.h">
<Filter>Boot</Filter>
</ClInclude>
<ClInclude Include="Boot\Boot_WiiWAD.h">
<Filter>Boot</Filter>
</ClInclude>
<ClInclude Include="Boot\ElfReader.h">
<Filter>Boot</Filter>
</ClInclude>
Expand Down

0 comments on commit db039d1

Please sign in to comment.