summaryrefslogtreecommitdiff
path: root/modules/gdnative/godot/rid.cpp
diff options
context:
space:
mode:
authorThomas Herzog <thomas.herzog@mail.com>2017-08-02 04:16:45 +0200
committerGitHub <noreply@github.com>2017-08-02 04:16:45 +0200
commit66a7763b0ef242f2c2a93b5e974e57bbd793408a (patch)
tree57451c98109968920a84666554ec7eaae216d916 /modules/gdnative/godot/rid.cpp
parentee3530bdc29c5015f276e3c44a68fbf4db5daf6e (diff)
parent880048377de06c7e34cbfadd68bad2eb3ca17b3d (diff)
Merge pull request #10032 from karroffel/gdnative-header-include-paths
[GDNative] better header include paths
Diffstat (limited to 'modules/gdnative/godot/rid.cpp')
-rw-r--r--modules/gdnative/godot/rid.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gdnative/godot/rid.cpp b/modules/gdnative/godot/rid.cpp
index 2b724e554d..eb9538e692 100644
--- a/modules/gdnative/godot/rid.cpp
+++ b/modules/gdnative/godot/rid.cpp
@@ -27,11 +27,11 @@
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
-#include "rid.h"
-#include "core/variant.h"
+#include <godot/rid.h>
#include "core/resource.h"
#include "core/rid.h"
+#include "core/variant.h"
#ifdef __cplusplus
extern "C" {