ElfReader: Get rid of unnecessary includes

This commit is contained in:
Lioncash 2017-02-08 10:45:14 -05:00
parent 95a918b9f8
commit 57d543b10a
2 changed files with 4 additions and 2 deletions

View File

@ -2,14 +2,15 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include "Core/Boot/ElfReader.h"
#include <string>
#include "Common/CommonFuncs.h"
#include "Common/CommonTypes.h"
#include "Common/Logging/Log.h"
#include "Common/MsgHandler.h"
#include "Core/Boot/ElfReader.h"
#include "Core/Debugger/Debugger_SymbolMap.h"
#include "Core/HW/Memmap.h"
#include "Core/PowerPC/PPCSymbolDB.h"

View File

@ -4,6 +4,7 @@
#pragma once
#include "Common/CommonTypes.h"
#include "Core/Boot/ElfTypes.h"
enum KnownElfTypes