Browse Source

moved includes out of namespace

Karroffel 8 years ago
parent
commit
ac51c7b141
1 changed files with 1 additions and 3 deletions
  1. 1 3
      include/godot_cpp/core/String.cpp

+ 1 - 3
include/godot_cpp/core/String.cpp

@@ -2,13 +2,11 @@
 
 
 #include "NodePath.hpp"
 #include "NodePath.hpp"
 
 
-namespace godot {
-
-
 #include <godot/godot_string.h>
 #include <godot/godot_string.h>
 
 
 #include <string.h>
 #include <string.h>
 
 
+namespace godot {
 
 
 godot::String::String()
 godot::String::String()
 {
 {