Loader: Moved elf and loader modules to a "loader" subdirectory.

This commit is contained in:
bunnei 2014-06-16 18:03:13 -04:00
parent 2d7c46c874
commit 0aca202ae9
11 changed files with 38 additions and 33 deletions

View file

@ -23,9 +23,10 @@
#include "debugger/graphics_cmdlists.hxx"
#include "core/system.h"
#include "core/loader.h"
#include "core/core.h"
#include "core/loader/loader.h"
#include "core/arm/disassembler/load_symbol_map.h"
#include "version.h"