[Bf-blender-cvs] [ca2c4907fb1] master: Fix path regression test build failure on Windows

Sergey Sharybin noreply at git.blender.org
Tue Aug 11 10:37:32 CEST 2020


Commit: ca2c4907fb1af301af59d8c922759e947e2675c7
Author: Sergey Sharybin
Date:   Tue Aug 11 10:36:21 2020 +0200
Branches: master
https://developer.blender.org/rBca2c4907fb1af301af59d8c922759e947e2675c7

Fix path regression test build failure on Windows

The file was including BKE. It was a required fix for another
compilation error a while back. It is a bad level include, and
seems is not needed anymore.

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

M	source/blender/blenlib/tests/BLI_path_util_test.cc

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

diff --git a/source/blender/blenlib/tests/BLI_path_util_test.cc b/source/blender/blenlib/tests/BLI_path_util_test.cc
index 4b8e6ed8085..6cfebd0ea05 100644
--- a/source/blender/blenlib/tests/BLI_path_util_test.cc
+++ b/source/blender/blenlib/tests/BLI_path_util_test.cc
@@ -8,10 +8,6 @@
 #include "BLI_path_util.h"
 #include "BLI_string.h"
 
-#ifdef _WIN32
-#  include "BKE_global.h"
-#endif
-
 /* -------------------------------------------------------------------- */
 /* tests */



More information about the Bf-blender-cvs mailing list