From 6eadd40597f7c537f6a8002e818454b85a457c1f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 25 Aug 2019 16:27:13 +1000 Subject: Cleanup: redundant struct declarations --- source/blender/windowmanager/gizmo/intern/wm_gizmo_intern.h | 2 -- source/blender/windowmanager/gizmo/wm_gizmo_fn.h | 2 ++ source/blender/windowmanager/gizmo/wm_gizmo_wmapi.h | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) (limited to 'source/blender/windowmanager/gizmo') diff --git a/source/blender/windowmanager/gizmo/intern/wm_gizmo_intern.h b/source/blender/windowmanager/gizmo/intern/wm_gizmo_intern.h index f0771437518..00df6edef22 100644 --- a/source/blender/windowmanager/gizmo/intern/wm_gizmo_intern.h +++ b/source/blender/windowmanager/gizmo/intern/wm_gizmo_intern.h @@ -22,8 +22,6 @@ #define __WM_GIZMO_INTERN_H__ struct BLI_Buffer; -struct GHashIterator; -struct GizmoGeomInfo; struct wmGizmoMap; struct wmKeyConfig; diff --git a/source/blender/windowmanager/gizmo/wm_gizmo_fn.h b/source/blender/windowmanager/gizmo/wm_gizmo_fn.h index 242b0f6de80..58b58fa01d0 100644 --- a/source/blender/windowmanager/gizmo/wm_gizmo_fn.h +++ b/source/blender/windowmanager/gizmo/wm_gizmo_fn.h @@ -25,6 +25,8 @@ #include "BLI_compiler_attrs.h" +struct wmMsgBus; + /* wmGizmoGroup */ typedef bool (*wmGizmoGroupFnPoll)(const struct bContext *, struct wmGizmoGroupType *) ATTR_WARN_UNUSED_RESULT; diff --git a/source/blender/windowmanager/gizmo/wm_gizmo_wmapi.h b/source/blender/windowmanager/gizmo/wm_gizmo_wmapi.h index 33c0d305e59..cc9ccc5f4bb 100644 --- a/source/blender/windowmanager/gizmo/wm_gizmo_wmapi.h +++ b/source/blender/windowmanager/gizmo/wm_gizmo_wmapi.h @@ -31,11 +31,9 @@ #ifndef __WM_GIZMO_WMAPI_H__ #define __WM_GIZMO_WMAPI_H__ -struct wmEventHandler; struct wmEventHandler_Gizmo; struct wmEventHandler_Op; struct wmGizmoMap; -struct wmOperator; struct wmOperatorType; /* -------------------------------------------------------------------- */ -- cgit v1.2.3