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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-07-14 18:31:27 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-07-14 18:31:27 +0400
commit267c286091d84cec17bfb6eb392699a4f2018a5b (patch)
treed82116c153ef9d1e8dbf45ac97367f1337814c5e /source/blender/gpu
parent5505697ac508c02b8a2e196c5a8c07431bc687cf (diff)
Fix compile error after merge, gpu_buffers.h -> GPU_buffers.h.
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/intern/gpu_draw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_draw.c b/source/blender/gpu/intern/gpu_draw.c
index 14068fe5f47..488eea40500 100644
--- a/source/blender/gpu/intern/gpu_draw.c
+++ b/source/blender/gpu/intern/gpu_draw.c
@@ -69,7 +69,6 @@
#include "GPU_draw.h"
#include "GPU_extensions.h"
#include "GPU_material.h"
-#include "gpu_buffers.h"
#include "smoke_API.h"