diff options
author | 2015-03-20 14:10:58 +0100 | |
---|---|---|
committer | 2015-03-20 14:10:58 +0100 | |
commit | 902976c47bd7725abce55a69f82cdeb224dd81cf (patch) | |
tree | 94bc77c5c6f3410138844f09490876d8f83865f5 /src/emu/emucore.h | |
parent | 29406b799db80521d33a93d5a58c05f2974821d0 (diff) |
Revert "If you're planning to redefine something, you should #include the definition you plan to walk over"
This reverts commit 4282a7c9f201b957b34f2142746b939e02ead0a9.
Diffstat (limited to 'src/emu/emucore.h')
-rw-r--r-- | src/emu/emucore.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/emucore.h b/src/emu/emucore.h index 238c0d284bd..84bf56633f4 100644 --- a/src/emu/emucore.h +++ b/src/emu/emucore.h @@ -15,7 +15,6 @@ #define __EMUCORE_H__ // standard C includes -#include <assert.h> // make sure this is included before we try redefining assert #include <math.h> #include <stdio.h> #include <string.h> |