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.
This commit is contained in:
Sergey Sharybin 2020-08-11 10:36:21 +02:00
parent 15abd58b15
commit ca2c4907fb
1 changed files with 0 additions and 4 deletions

View File

@ -8,10 +8,6 @@
#include "BLI_path_util.h"
#include "BLI_string.h"
#ifdef _WIN32
# include "BKE_global.h"
#endif
/* -------------------------------------------------------------------- */
/* tests */