From cb48c0ceeaf368ef2a13639b68241cdfede62806 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 1 May 2014 07:20:46 +1000 Subject: Revert "Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a." This reverts commit a47a4ef82f37428d391cc14a30fa611d6714e71d. --- source/blender/editors/interface/interface_style.c | 1 - source/blender/editors/screen/area.c | 1 - source/blender/editors/space_outliner/outliner_tree.c | 1 - source/blender/editors/space_view3d/view3d_ops.c | 1 - 4 files changed, 4 deletions(-) (limited to 'source/blender/editors') diff --git a/source/blender/editors/interface/interface_style.c b/source/blender/editors/interface/interface_style.c index f4efe9d2b22..bbdfd1dcbae 100644 --- a/source/blender/editors/interface/interface_style.c +++ b/source/blender/editors/interface/interface_style.c @@ -38,7 +38,6 @@ #include "DNA_screen_types.h" #include "DNA_userdef_types.h" -#include "BLI_math.h" #include "BLI_listbase.h" #include "BLI_rect.h" #include "BLI_string.h" diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c index 04384524241..151764dab6a 100644 --- a/source/blender/editors/screen/area.c +++ b/source/blender/editors/screen/area.c @@ -36,7 +36,6 @@ #include "DNA_userdef_types.h" -#include "BLI_alloca.h" #include "BLI_blenlib.h" #include "BLI_math.h" #include "BLI_utildefines.h" diff --git a/source/blender/editors/space_outliner/outliner_tree.c b/source/blender/editors/space_outliner/outliner_tree.c index dbab24daf93..bfa0dcd1c8c 100644 --- a/source/blender/editors/space_outliner/outliner_tree.c +++ b/source/blender/editors/space_outliner/outliner_tree.c @@ -54,7 +54,6 @@ #include "BLI_blenlib.h" #include "BLI_utildefines.h" -#include "BLI_math.h" #include "BLI_mempool.h" #include "BLI_fnmatch.h" diff --git a/source/blender/editors/space_view3d/view3d_ops.c b/source/blender/editors/space_view3d/view3d_ops.c index 7c7730c43f4..4fa995b8799 100644 --- a/source/blender/editors/space_view3d/view3d_ops.c +++ b/source/blender/editors/space_view3d/view3d_ops.c @@ -39,7 +39,6 @@ #include "DNA_space_types.h" #include "DNA_view3d_types.h" -#include "BLI_math.h" #include "BLI_blenlib.h" #include "BLI_utildefines.h" -- cgit v1.2.3