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:
authorSergey Sharybin <sergey@blender.org>2020-08-11 11:36:21 +0300
committerSergey Sharybin <sergey@blender.org>2020-08-11 11:36:21 +0300
commitca2c4907fb1af301af59d8c922759e947e2675c7 (patch)
tree63cb2ef408b61d3089804fe51b070bc4b4d3b11e
parent15abd58b159fc823ead1c9b2784e5f220ee26715 (diff)
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.
-rw-r--r--source/blender/blenlib/tests/BLI_path_util_test.cc4
1 files changed, 0 insertions, 4 deletions
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 */