aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/godot/basis.cpp
diff options
context:
space:
mode:
authorKarroffel2017-08-02 02:46:45 +0200
committerKarroffel2017-08-02 03:50:33 +0200
commit880048377de06c7e34cbfadd68bad2eb3ca17b3d (patch)
tree18d43448cb6ac749b64502d345039a85ded8696c /modules/gdnative/godot/basis.cpp
parent3a3915b72628dc12e4b79157861ec2ea910c1f31 (diff)
downloadgodot-880048377de06c7e34cbfadd68bad2eb3ca17b3d.tar.gz
godot-880048377de06c7e34cbfadd68bad2eb3ca17b3d.tar.zst
godot-880048377de06c7e34cbfadd68bad2eb3ca17b3d.zip
Diffstat (limited to 'modules/gdnative/godot/basis.cpp')
-rw-r--r--modules/gdnative/godot/basis.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gdnative/godot/basis.cpp b/modules/gdnative/godot/basis.cpp
index 7188215d0..5cf379b7d 100644
--- a/modules/gdnative/godot/basis.cpp
+++ b/modules/gdnative/godot/basis.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 "basis.h"
-#include "core/variant.h"
+#include <godot/basis.h>
#include "core/math/matrix3.h"
+#include "core/variant.h"
#ifdef __cplusplus
extern "C" {