summaryrefslogtreecommitdiff
path: root/scene/3d/path_3d.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-08-13 14:38:56 +0200
committerGitHub <noreply@github.com>2021-08-13 14:38:56 +0200
commit85e315d6e8ffd117404473fe4f96476e38237c1e (patch)
tree46db199a594762bb8881c1ae0edde92ab4f97d8c /scene/3d/path_3d.cpp
parent1833c8b23335015f32aa2f6c31926aae597494d0 (diff)
parenteb4902a4558f286b3f26559c217614d075879d53 (diff)
Merge pull request #51607 from aaronfranke/includes
Fix some unnecessary includes
Diffstat (limited to 'scene/3d/path_3d.cpp')
-rw-r--r--scene/3d/path_3d.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/scene/3d/path_3d.cpp b/scene/3d/path_3d.cpp
index 6818acf69d..9ea37e4bfa 100644
--- a/scene/3d/path_3d.cpp
+++ b/scene/3d/path_3d.cpp
@@ -30,9 +30,6 @@
#include "path_3d.h"
-#include "core/config/engine.h"
-#include "scene/scene_string_names.h"
-
void Path3D::_notification(int p_what) {
}