@@ -28,15 +28,11 @@
/*************************************************************************/
#include "godot.h"
-#include <cstdlib>
-
#include "class_db.h"
#include "dl_script.h"
#include "global_config.h"
#include "variant.h"
-#include <memory.h>
#ifdef __cplusplus
extern "C" {
#endif
@@ -2,8 +2,6 @@
#include "path_db.h"
-#include <memory.h> // why is there no <cmemory> btw?
#include "math/quat.h"
@@ -3,7 +3,7 @@
#include "string_db.h"
#include "ustring.h"
+#include <memory.h>
#include "math/transform.h"