From 4ca67869cc7ad480670d60eae1df3d2aca03f016 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 1 May 2014 03:55:41 +1000 Subject: Code cleanup: remove unused includes Opted to keep includes if they are used indirectly (even if removing is possible). --- source/blender/windowmanager/intern/wm_subwindow.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/windowmanager/intern/wm_subwindow.c') diff --git a/source/blender/windowmanager/intern/wm_subwindow.c b/source/blender/windowmanager/intern/wm_subwindow.c index ecf22fea454..1792ea40a1a 100644 --- a/source/blender/windowmanager/intern/wm_subwindow.c +++ b/source/blender/windowmanager/intern/wm_subwindow.c @@ -45,9 +45,7 @@ #include "BLI_math.h" #include "BLI_utildefines.h" - #include "BKE_context.h" -#include "BKE_global.h" #include "BIF_gl.h" -- cgit v1.2.3