Browse Source

Don't expose math.h from HeadSpin.h

Adam Johnson 12 years ago
parent
commit
1556d147d9
  1. 1
      Sources/Plasma/CoreLib/HeadSpin.h

1
Sources/Plasma/CoreLib/HeadSpin.h

@ -108,7 +108,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include <cstdlib>
#include <cstring>
#include <cctype>
#include <math.h>
#include <stdarg.h>
#include <stdint.h>

Loading…
Cancel
Save