From c0f88ed8a860026e32ec6a06287fcf9394b4cf0a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 28 Jan 2019 21:08:24 +1100 Subject: Cleanup: sort forward declarations of enum & struct Done using: source/tools/utils_maintenance/c_sort_blocks.py --- source/blender/editors/space_console/console_intern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_console/console_intern.h') diff --git a/source/blender/editors/space_console/console_intern.h b/source/blender/editors/space_console/console_intern.h index a272464e0d9..ca2e7679212 100644 --- a/source/blender/editors/space_console/console_intern.h +++ b/source/blender/editors/space_console/console_intern.h @@ -30,8 +30,8 @@ /* internal exports only */ struct ConsoleLine; -struct wmOperatorType; struct bContext; +struct wmOperatorType; /* console_draw.c */ void console_textview_main(struct SpaceConsole *sc, struct ARegion *ar); -- cgit v1.2.3