summaryrefslogtreecommitdiff
path: root/editor/animation_track_editor_plugins.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-02-12 09:46:02 +0100
committerGitHub <noreply@github.com>2022-02-12 09:46:02 +0100
commit7a7fabe4f6d66ffb0c0fbbaf1696e67456c383d7 (patch)
tree3fdf2f5b49b19c257d97f1859115127be61046a9 /editor/animation_track_editor_plugins.cpp
parentd05f0f15f30e71c1fdc950b037dfedb109780b62 (diff)
parentb396fd4eef36d23fa7325b13a4b8e120f1f000c9 (diff)
Merge pull request #57641 from Geometror/compilation-time-improvements-1
Diffstat (limited to 'editor/animation_track_editor_plugins.cpp')
-rw-r--r--editor/animation_track_editor_plugins.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/animation_track_editor_plugins.cpp b/editor/animation_track_editor_plugins.cpp
index 058e59dea3..e87678a51b 100644
--- a/editor/animation_track_editor_plugins.cpp
+++ b/editor/animation_track_editor_plugins.cpp
@@ -31,8 +31,8 @@
#include "animation_track_editor_plugins.h"
#include "editor/audio_stream_preview.h"
-#include "editor_resource_preview.h"
-#include "editor_scale.h"
+#include "editor/editor_resource_preview.h"
+#include "editor/editor_scale.h"
#include "scene/2d/animated_sprite_2d.h"
#include "scene/2d/sprite_2d.h"
#include "scene/3d/sprite_3d.h"