From f2d77e44967fe4455d242c30eae3d98b2f97ea04 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 8 Aug 2010 08:14:07 +0000 Subject: remove unused includes from editors/space_* --- source/blender/editors/space_api/space.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/editors/space_api') diff --git a/source/blender/editors/space_api/space.c b/source/blender/editors/space_api/space.c index 66cb88ebf70..111c22c3542 100644 --- a/source/blender/editors/space_api/space.c +++ b/source/blender/editors/space_api/space.c @@ -34,8 +34,6 @@ #include "BLI_blenlib.h" #include "BLI_math.h" -#include "BKE_context.h" -#include "BKE_screen.h" /* */ -- cgit v1.2.3 From 95aa8cfa4a50b5949e20f1bbecde7703454d9266 Mon Sep 17 00:00:00 2001 From: "Guillermo S. Romero" Date: Tue, 10 Aug 2010 21:22:26 +0000 Subject: Update address in license block. --- source/blender/editors/space_api/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_api') diff --git a/source/blender/editors/space_api/Makefile b/source/blender/editors/space_api/Makefile index 474fbe89053..deaa46a9582 100644 --- a/source/blender/editors/space_api/Makefile +++ b/source/blender/editors/space_api/Makefile @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # # The Original Code is Copyright (C) 2007 Blender Foundation # All rights reserved. -- cgit v1.2.3 From d1759639dc5a02d2ccde16d1c2fb1e951b15f1ea Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 16 Aug 2010 05:46:10 +0000 Subject: - remove unused includes IMB_*, BIF_* & MEM_* - remove MEM_guardedalloc.h from header files (include directly) --- source/blender/editors/space_api/space.c | 1 - source/blender/editors/space_api/spacetypes.c | 1 - 2 files changed, 2 deletions(-) (limited to 'source/blender/editors/space_api') diff --git a/source/blender/editors/space_api/space.c b/source/blender/editors/space_api/space.c index 111c22c3542..e862358c465 100644 --- a/source/blender/editors/space_api/space.c +++ b/source/blender/editors/space_api/space.c @@ -29,7 +29,6 @@ #include #include -#include "MEM_guardedalloc.h" #include "BLI_blenlib.h" #include "BLI_math.h" diff --git a/source/blender/editors/space_api/spacetypes.c b/source/blender/editors/space_api/spacetypes.c index d841a5a7c19..2140c59da67 100644 --- a/source/blender/editors/space_api/spacetypes.c +++ b/source/blender/editors/space_api/spacetypes.c @@ -36,7 +36,6 @@ #include "UI_interface.h" #include "UI_view2d.h" -#include "BIF_gl.h" #include "ED_anim_api.h" #include "ED_armature.h" -- cgit v1.2.3