diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-06-18 19:46:30 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-06-18 19:46:30 +0200 |
commit | b7dbf9207abf9fb9e4cc46e8e1d67f3d6d40d58c (patch) | |
tree | 98b1a41a0e920a46d3bd575e46022546af3298e6 /scene/animation/animation_tree_player.h | |
parent | adc13e902722d62555d112a74c5b8ce39348aceb (diff) | |
download | redot-engine-b7dbf9207abf9fb9e4cc46e8e1d67f3d6d40d58c.tar.gz |
Drop empty files that are not used anywhere
Part of #5272
Diffstat (limited to 'scene/animation/animation_tree_player.h')
-rw-r--r-- | scene/animation/animation_tree_player.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/animation/animation_tree_player.h b/scene/animation/animation_tree_player.h index 0e78281e4c..dae891b5ce 100644 --- a/scene/animation/animation_tree_player.h +++ b/scene/animation/animation_tree_player.h @@ -33,7 +33,6 @@ #include "scene/resources/animation.h" #include "scene/3d/spatial.h" #include "scene/3d/skeleton.h" -#include "scene/main/misc.h" #include "animation_player.h" |