mirror of
https://github.com/joel16/uofw.git
synced 2024-11-23 11:39:50 +00:00
utils/kprxgen/psp-kprxgen.c: Fixed #include statements.
This commit is contained in:
parent
64e690bd83
commit
fd897ff751
@ -22,9 +22,9 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "types.h"
|
||||
#include "elftypes.h"
|
||||
#include "prxtypes.h"
|
||||
#include "../common/types.h"
|
||||
#include "../common/elftypes.h"
|
||||
#include "../common/prxtypes.h"
|
||||
|
||||
/* Arrangement of ELF file after stripping
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user