1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Fix some unnecessary includes

This commit is contained in:
Aaron Franke
2021-08-12 18:05:59 -05:00
parent a98589a449
commit eb4902a455
110 changed files with 509 additions and 639 deletions

View File

@@ -29,7 +29,6 @@
/*************************************************************************/
#include "position_3d.h"
#include "scene/resources/mesh.h"
Position3D::Position3D() {
}