Преглед на файлове

[GDnative] remove useless (and illegal !) STL include

Emmanuel Leblond преди 7 години
родител
ревизия
aedc44f6fe
променени са 2 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 1
      modules/gdnative/pluginscript/pluginscript_language.cpp
  2. 0 1
      modules/gdnative/pluginscript/pluginscript_script.h

+ 0 - 1
modules/gdnative/pluginscript/pluginscript_language.cpp

@@ -28,7 +28,6 @@
 /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.                */
 /*************************************************************************/
 
-#include <stdlib.h>
 // Godot imports
 #include "core/os/file_access.h"
 #include "core/os/os.h"

+ 0 - 1
modules/gdnative/pluginscript/pluginscript_script.h

@@ -31,7 +31,6 @@
 #ifndef PLUGINSCRIPT_SCRIPT_H
 #define PLUGINSCRIPT_SCRIPT_H
 
-#include <iostream>
 // Godot imports
 #include "core/script_language.h"
 // PluginScript imports