From d388c1c524948df17d6c74c3830f2803ac4933b4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 3 May 2020 13:45:14 +1000 Subject: Cleanup: sort file lists --- source/blender/editors/include/ED_outliner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/include/ED_outliner.h') diff --git a/source/blender/editors/include/ED_outliner.h b/source/blender/editors/include/ED_outliner.h index beed0f98fb5..d3fc5174dd9 100644 --- a/source/blender/editors/include/ED_outliner.h +++ b/source/blender/editors/include/ED_outliner.h @@ -27,9 +27,9 @@ extern "C" { #endif +struct Base; struct ListBase; struct bContext; -struct Base; bool ED_outliner_collections_editor_poll(struct bContext *C); -- cgit v1.2.3