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:
authorClément Foucault <foucault.clem@gmail.com>2020-08-08 04:01:45 +0300
committerClément Foucault <foucault.clem@gmail.com>2020-08-08 04:05:39 +0300
commitf1b1a0745f53564ed8eedd90d2de41cdf1d72836 (patch)
tree3d2b296e2577b41897a96cac3e8e96e1e1384a6c /source/blender/gpu/intern/gpu_batch.cc
parentf742a7ac798a07971f0238b56d7aa045d0a7792b (diff)
Cleanup: GPU: Change gpu_context_private.h to C++ only header
Diffstat (limited to 'source/blender/gpu/intern/gpu_batch.cc')
-rw-r--r--source/blender/gpu/intern/gpu_batch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_batch.cc b/source/blender/gpu/intern/gpu_batch.cc
index 1dd06076d2a..db3e0930d54 100644
--- a/source/blender/gpu/intern/gpu_batch.cc
+++ b/source/blender/gpu/intern/gpu_batch.cc
@@ -34,7 +34,7 @@
#include "GPU_shader.h"
#include "gpu_batch_private.h"
-#include "gpu_context_private.h"
+#include "gpu_context_private.hh"
#include "gpu_primitive_private.h"
#include "gpu_shader_private.h"
#include "gpu_vertex_format_private.h"