diff options
author | 2011-02-04 22:20:15 +0000 | |
---|---|---|
committer | 2011-02-04 22:20:15 +0000 | |
commit | f37e1e79ff0a87d20f24f56a1bf455ecee5e8154 (patch) | |
tree | 273c339f13ad265ae5d5b49f0b196303cb9ee726 /src/emu/attotime.h | |
parent | a46cec5b5920f343857b0d68faa83aa09a5a40e9 (diff) |
fixed msvc compilation (min/max conflict)
Diffstat (limited to 'src/emu/attotime.h')
-rw-r--r-- | src/emu/attotime.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/attotime.h b/src/emu/attotime.h index 83a7f9bc47c..e4bce45022b 100644 --- a/src/emu/attotime.h +++ b/src/emu/attotime.h @@ -64,7 +64,6 @@ #ifndef __ATTOTIME_H__ #define __ATTOTIME_H__ -#include <math.h> //************************************************************************** |