Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-04-16 09:46:17 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-16 09:46:17 +0400
commit77da6b3662847c78c867b488d2fae0f37aabdf7b (patch)
tree9c87564ad9b4a768f60e8319bca04f8f9ffe5f29 /source/blender/gpu
parentfa919d23bc45ff5d9db5bb374d4fad561bf18b6c (diff)
move editmesh functions out editderivedmesh.c into editmesh.c
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/GPU_extensions.h5
1 files changed, 1 insertions, 4 deletions
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__ */