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_shader_interface.cc
parentf742a7ac798a07971f0238b56d7aa045d0a7792b (diff)
Cleanup: GPU: Change gpu_context_private.h to C++ only header
Diffstat (limited to 'source/blender/gpu/intern/gpu_shader_interface.cc')
-rw-r--r--source/blender/gpu/intern/gpu_shader_interface.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_shader_interface.cc b/source/blender/gpu/intern/gpu_shader_interface.cc
index 7ac4365dd91..50cc68c6be8 100644
--- a/source/blender/gpu/intern/gpu_shader_interface.cc
+++ b/source/blender/gpu/intern/gpu_shader_interface.cc
@@ -33,7 +33,7 @@
#include "GPU_shader_interface.h"
#include "gpu_batch_private.h"
-#include "gpu_context_private.h"
+#include "gpu_context_private.hh"
#include <stddef.h>
#include <stdlib.h>