- That cmath include was actually not needed (bad merge).

This commit is contained in:
drfrag666 2018-06-09 14:46:34 +02:00
parent 43c3d63786
commit 8ff20c98a5

View file

@ -54,7 +54,6 @@
#include "vmbuilder.h"
#include "v_text.h"
#include "w_wad.h"
#include "math/cmath.h"
#include "doomstat.h"
inline PClass *PObjectPointer::PointedClass() const { return static_cast<PClassType*>(PointedType)->Descriptor; }