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:
authorMike Erwin <significant.bit@gmail.com>2016-08-17 00:14:42 +0300
committerMike Erwin <significant.bit@gmail.com>2016-08-17 00:14:42 +0300
commitb92d76000d93758309c35c09f3a06c6103cc8bd0 (patch)
tree766f91e493c273ec74f9651343673084ec77e357 /source/blender/gpu/GPU_debug.h
parentb8f27b25145b23ebaa402aa6873ebfcbadc3491f (diff)
fix #includes for GPU debug
Can now build release and debug. Close to final version in master (which took several commits).
Diffstat (limited to 'source/blender/gpu/GPU_debug.h')
-rw-r--r--source/blender/gpu/GPU_debug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/gpu/GPU_debug.h b/source/blender/gpu/GPU_debug.h
index ec0db43c38c..61b2bc591ce 100644
--- a/source/blender/gpu/GPU_debug.h
+++ b/source/blender/gpu/GPU_debug.h
@@ -34,8 +34,6 @@
#include "GPU_glew.h"
-#include "BLI_utildefines.h"
-
#ifdef __cplusplus
extern "C" {
#endif