[Bf-blender-cvs] [1d6425cb641] master: Cleanup: Remove double import in previous commit.

Jeroen Bakker noreply at git.blender.org
Mon May 10 08:02:38 CEST 2021


Commit: 1d6425cb6416da7ba40f0f780e815ed44cf6b73f
Author: Jeroen Bakker
Date:   Mon May 10 08:01:20 2021 +0200
Branches: master
https://developer.blender.org/rB1d6425cb6416da7ba40f0f780e815ed44cf6b73f

Cleanup: Remove double import in previous commit.

===================================================================

M	source/blender/gpu/tests/gpu_testing.cc

===================================================================

diff --git a/source/blender/gpu/tests/gpu_testing.cc b/source/blender/gpu/tests/gpu_testing.cc
index 6b0a78e797d..ac42c5875c8 100644
--- a/source/blender/gpu/tests/gpu_testing.cc
+++ b/source/blender/gpu/tests/gpu_testing.cc
@@ -4,7 +4,6 @@
 
 #include "CLG_log.h"
 
-#include "CLG_log.h"
 #include "GPU_context.h"
 #include "GPU_init_exit.h"
 #include "gpu_testing.hh"



More information about the Bf-blender-cvs mailing list