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/outliner_intern.h')
-rw-r--r--source/blender/editors/space_outliner/outliner_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_intern.h b/source/blender/editors/space_outliner/outliner_intern.h
index ccb481197e4..339cc3068d0 100644
--- a/source/blender/editors/space_outliner/outliner_intern.h
+++ b/source/blender/editors/space_outliner/outliner_intern.h
@@ -32,7 +32,6 @@ extern "C" {
/* internal exports only */
struct ARegion;
-struct bContextDataResult;
struct EditBone;
struct ID;
struct ListBase;
@@ -43,6 +42,7 @@ struct TreeElement;
struct TreeStoreElem;
struct ViewLayer;
struct bContext;
+struct bContextDataResult;
struct bPoseChannel;
struct wmKeyConfig;
struct wmOperatorType;