mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-20 18:42:17 +00:00
- That cmath include was actually not needed (bad merge).
This commit is contained in:
parent
43c3d63786
commit
8ff20c98a5
1 changed files with 0 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue