From bda53799d545af124ce3243df22e5c5ed74d6063 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 14 Jun 2024 15:22:24 +0200 Subject: [PATCH] Cleanup: make format --- source/blender/gpu/opengl/gl_compilation_subprocess.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/gpu/opengl/gl_compilation_subprocess.cc b/source/blender/gpu/opengl/gl_compilation_subprocess.cc index 937dd8b6953..d7a2383d1e9 100644 --- a/source/blender/gpu/opengl/gl_compilation_subprocess.cc +++ b/source/blender/gpu/opengl/gl_compilation_subprocess.cc @@ -6,10 +6,10 @@ #if BLI_SUBPROCESS_SUPPORT -# include "BLI_tempfile.h" # include "BLI_fileops.hh" # include "BLI_hash.hh" # include "BLI_path_util.h" +# include "BLI_tempfile.h" # include "CLG_log.h" # include "GHOST_C-api.h" # include "GPU_context.hh"