Cleanup: Rename GPU_select header to indicate its move to C++

From a prior PR[0] there was a desire to rename this header to more
clearly indicate it's C++ now.

[0] !112491

Pull Request: https://projects.blender.org/blender/blender/pulls/115631
This commit is contained in:
Jesse Yurkovich
2023-12-01 03:39:03 +01:00
committed by Jesse Yurkovich
parent c8d1bb5902
commit d304ba7906
25 changed files with 24 additions and 24 deletions

View File

@@ -20,7 +20,7 @@
#include "../generic/py_capi_utils.h"
#include "GPU_select.h"
#include "GPU_select.hh"
#include "gpu_py.h"
#include "gpu_py_select.h" /* Own include. */