Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/space_outliner/tree/tree_element_anim_data.cc')
-rw-r--r--source/blender/editors/space_outliner/tree/tree_element_anim_data.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_outliner/tree/tree_element_anim_data.cc b/source/blender/editors/space_outliner/tree/tree_element_anim_data.cc
index c0fef7c98e2..41212f61d5d 100644
--- a/source/blender/editors/space_outliner/tree/tree_element_anim_data.cc
+++ b/source/blender/editors/space_outliner/tree/tree_element_anim_data.cc
@@ -22,11 +22,11 @@
#include "DNA_anim_types.h"
#include "DNA_listBase.h"
+#include "DNA_outliner_types.h"
#include "BLT_translation.h"
-#include "../outliner_intern.h"
-#include "tree_display.h"
+#include "../outliner_intern.hh"
#include "tree_element_anim_data.hh"