Remove <ctgmath> include from particles.h

The header is deprecated, and we don't even use it.
This commit is contained in:
Josiah VanderZee 2024-04-20 10:33:36 -05:00 committed by Lars Müller
parent 3bd5169aee
commit d2a089ffd9
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <string>
#include <sstream>
#include <vector>
#include <ctgmath>
#include <type_traits>
#include "irrlicht_changes/printing.h"
#include "irrlichttypes_bloated.h"