summaryrefslogtreecommitdiff
path: root/modules/gdnative/godot/rect3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/godot/rect3.cpp')
-rw-r--r--modules/gdnative/godot/rect3.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gdnative/godot/rect3.cpp b/modules/gdnative/godot/rect3.cpp
index 0fabba5b7b..708d2987f2 100644
--- a/modules/gdnative/godot/rect3.cpp
+++ b/modules/gdnative/godot/rect3.cpp
@@ -27,10 +27,10 @@
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
-#include "rect3.h"
-#include "core/variant.h"
+#include <godot/rect3.h>
#include "core/math/rect3.h"
+#include "core/variant.h"
#ifdef __cplusplus
extern "C" {