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:
authorJeroen Bakker <jeroen@blender.org>2021-05-10 09:01:20 +0300
committerJeroen Bakker <jeroen@blender.org>2021-05-10 09:01:20 +0300
commit1d6425cb6416da7ba40f0f780e815ed44cf6b73f (patch)
treeea1f4538dd438d80190b51c1f3f7d00e0e62ac05 /source/blender/gpu/tests
parentc63d40c165329a6f52fe01d8b395768db84ae5db (diff)
Cleanup: Remove double import in previous commit.
Diffstat (limited to 'source/blender/gpu/tests')
-rw-r--r--source/blender/gpu/tests/gpu_testing.cc1
1 files changed, 0 insertions, 1 deletions
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"