From ca2c4907fb1af301af59d8c922759e947e2675c7 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 11 Aug 2020 10:36:21 +0200 Subject: 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. --- source/blender/blenlib/tests/BLI_path_util_test.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender') 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 */ -- cgit v1.2.3