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:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-08-16 15:40:23 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-08-16 15:40:23 +0300
commita74dab86ee3bad8cefff8d0fa3b7ab54c8e2158f (patch)
tree65c064f2a5f7c50bc57f4f7f1058a64b393d9784 /source/blender/gpu
parentb7d656c3b24cee4400d8bd4d5e5184e7657227ef (diff)
Fix redundant declarations after recent changes in GPU debug
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/GPU_debug.h2
-rw-r--r--source/blender/gpu/intern/gpu_debug.c1
2 files changed, 1 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
diff --git a/source/blender/gpu/intern/gpu_debug.c b/source/blender/gpu/intern/gpu_debug.c
index 5ed51247858..d632e767ca9 100644
--- a/source/blender/gpu/intern/gpu_debug.c
+++ b/source/blender/gpu/intern/gpu_debug.c
@@ -29,6 +29,7 @@
* \ingroup gpu
*/
+#include "BLI_utildefines.h"
#include "BLI_sys_types.h"
#include "BLI_system.h"