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 14:46:12 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-07-14 14:46:12 +0400
commitf406cf4ac82510c6b064d9411ec0cbd38a0ef7e0 (patch)
tree0a921f1f8721f57163a10ba138ca9213244e0f36 /source/blender/blenlib
parentee9437f794d0c583a3535b94ab22231a1f3a4f58 (diff)
Fix a few compile warnings and rename gpu_buffers.h to GPU_buffers.h
for consistency.
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/pbvh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/pbvh.c b/source/blender/blenlib/intern/pbvh.c
index 82e2090c432..426181e5304 100644
--- a/source/blender/blenlib/intern/pbvh.c
+++ b/source/blender/blenlib/intern/pbvh.c
@@ -32,7 +32,7 @@
#include "BKE_mesh.h" /* for mesh_calc_normals */
#include "BKE_global.h" /* for mesh_calc_normals */
-#include "gpu_buffers.h"
+#include "GPU_buffers.h"
#define LEAF_LIMIT 10000