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')
-rw-r--r--source/blender/editors/space_outliner/outliner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner.c b/source/blender/editors/space_outliner/outliner.c
index 3e8fc31977a..743f1edba3e 100644
--- a/source/blender/editors/space_outliner/outliner.c
+++ b/source/blender/editors/space_outliner/outliner.c
@@ -87,7 +87,6 @@
#include "BIF_gl.h"
#include "BIF_glutil.h"
-#include "BIF_editarmature.h"
#include "UI_interface.h"
#include "UI_interface_icons.h"
@@ -97,6 +96,7 @@
#include "RNA_access.h"
+#include "ED_armature.h"
#include "ED_object.h"
#include "outliner_intern.h"