Changeset View
Changeset View
Standalone View
Standalone View
tests/gtests/blenlib/BLI_path_util_test.cc
| /* Apache License, Version 2.0 */ | /* Apache License, Version 2.0 */ | ||||
| #include "testing/testing.h" | #include "testing/testing.h" | ||||
| extern "C" { | extern "C" { | ||||
| #include "BLI_fileops.h" | #include "BLI_fileops.h" | ||||
| #include "BLI_path_util.h" | #include "BLI_path_utils.h" | ||||
| #include "BLI_string.h" | #include "BLI_string.h" | ||||
| #include "../../../source/blender/imbuf/IMB_imbuf.h" | #include "../../../source/blender/imbuf/IMB_imbuf.h" | ||||
| #ifdef _WIN32 | #ifdef _WIN32 | ||||
| # include "../../../source/blender/blenkernel/BKE_global.h" | # include "../../../source/blender/blenkernel/BKE_global.h" | ||||
| #endif | #endif | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 620 Lines • Show Last 20 Lines | |||||