Revert "If you're planning to redefine something, you should #include the definition you plan to walk over"

This reverts commit 4282a7c9f2.
This commit is contained in:
Oliver Stöneberg 2015-03-20 14:10:58 +01:00
parent 29406b799d
commit 902976c47b

View File

@ -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>