summaryrefslogtreecommitdiff
path: root/modules/gdnative/godot/node_path.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/godot/node_path.h')
-rw-r--r--modules/gdnative/godot/node_path.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gdnative/godot/node_path.h b/modules/gdnative/godot/node_path.h
index 06955a052e..4d3dc4e0ee 100644
--- a/modules/gdnative/godot/node_path.h
+++ b/modules/gdnative/godot/node_path.h
@@ -45,8 +45,8 @@ typedef struct {
} godot_node_path;
#endif
-#include "gdnative.h"
-#include "string.h"
+#include <godot/gdnative.h>
+#include <godot/string.h>
void GDAPI godot_node_path_new(godot_node_path *r_dest, const godot_string *p_from);
void GDAPI godot_node_path_new_copy(godot_node_path *r_dest, const godot_node_path *p_src);