Skip to content

Commit

Permalink
fix name clash with Android memory.h
Browse files Browse the repository at this point in the history
  • Loading branch information
r-type committed Nov 24, 2014
1 parent 0d845db commit fbee2ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emu/emu.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include "devdelegate.h"

// memory and address spaces
#include "memory.h"
#include "emumemory.h"
#include "addrmap.h"
#include "memarray.h"

Expand Down
File renamed without changes.

0 comments on commit fbee2ab

Please sign in to comment.