From e3ed13cbd47098ccc1815ed0c010e814a5e18bcc Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Thu, 7 Aug 2014 13:51:05 +0200 Subject: Cleanup: Remove special code for Visual Studio 2008. Goodbye VC2008, it has been a pleasure (more or less) :D SCons / CMake cleaenup will follow. Differential Revision: https://developer.blender.org/D715 --- source/blender/freestyle/intern/geometry/Grid.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/freestyle') diff --git a/source/blender/freestyle/intern/geometry/Grid.h b/source/blender/freestyle/intern/geometry/Grid.h index c0cab2a05db..c1d04f6b4cc 100644 --- a/source/blender/freestyle/intern/geometry/Grid.h +++ b/source/blender/freestyle/intern/geometry/Grid.h @@ -30,9 +30,7 @@ #include // for memset #include -#if !defined(_MSC_VER) || _MSC_VER >= 1700 #include // For SET_UINT_IN_POINTER, i.e. uintptr_t. -#endif #include #include "Geom.h" -- cgit v1.2.3