[Bf-blender-cvs] [473b79b4c20] functions: remove unused include

Jacques Lucke noreply at git.blender.org
Wed Jun 5 10:07:22 CEST 2019


Commit: 473b79b4c20e287e76a6943b7c085a57f181ba8e
Author: Jacques Lucke
Date:   Wed Jun 5 09:57:56 2019 +0200
Branches: functions
https://developer.blender.org/rB473b79b4c20e287e76a6943b7c085a57f181ba8e

remove unused include

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

M	source/blender/blenlib/intern/BLI_lazy_init.cpp

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

diff --git a/source/blender/blenlib/intern/BLI_lazy_init.cpp b/source/blender/blenlib/intern/BLI_lazy_init.cpp
index f386f7af363..66a72ff17e7 100644
--- a/source/blender/blenlib/intern/BLI_lazy_init.cpp
+++ b/source/blender/blenlib/intern/BLI_lazy_init.cpp
@@ -1,7 +1,6 @@
 #include <mutex>
 
 #include "BLI_lazy_init.hpp"
-#include "BLI_lazy_init.h"
 #include "BLI_small_stack.hpp"
 
 struct FreeFunc {



More information about the Bf-blender-cvs mailing list