From 77da6b3662847c78c867b488d2fae0f37aabdf7b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 16 Apr 2013 05:46:17 +0000 Subject: move editmesh functions out editderivedmesh.c into editmesh.c --- source/blender/gpu/GPU_extensions.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source/blender/gpu/GPU_extensions.h') diff --git a/source/blender/gpu/GPU_extensions.h b/source/blender/gpu/GPU_extensions.h index 6037f0fa1ed..8dd28601d34 100644 --- a/source/blender/gpu/GPU_extensions.h +++ b/source/blender/gpu/GPU_extensions.h @@ -32,8 +32,6 @@ #ifndef __GPU_EXTENSIONS_H__ #define __GPU_EXTENSIONS_H__ -#include "BLI_utildefines.h" - #ifdef __cplusplus extern "C" { #endif @@ -209,5 +207,4 @@ typedef struct GPUVertexAttribs { } #endif -#endif - +#endif /* __GPU_EXTENSIONS_H__ */ -- cgit v1.2.3