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:
authorLukas Tönne <lukas.toenne@gmail.com>2015-03-03 19:41:54 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2015-03-26 16:12:39 +0300
commit359b3f70113863f27b0131f35126b0f0a089bf4a (patch)
treeaad673d0a8b796fab0f96fb9e7eb13657107b372 /source/blender/pointcache/PTC_api.cpp
parente46cce7fe98283aa766e7acbf543e35bc6ed3cf2 (diff)
Removed now-unused util_path files from the pointcache lib.
Paths are constructed outside this module now. A valid absolute path should always be provided through the API calls.
Diffstat (limited to 'source/blender/pointcache/PTC_api.cpp')
-rw-r--r--source/blender/pointcache/PTC_api.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/pointcache/PTC_api.cpp b/source/blender/pointcache/PTC_api.cpp
index f8566293241..c145ff940c0 100644
--- a/source/blender/pointcache/PTC_api.cpp
+++ b/source/blender/pointcache/PTC_api.cpp
@@ -27,7 +27,6 @@
#include "export.h"
#include "ptc_types.h"
-#include "util_path.h"
extern "C" {
#include "BLI_listbase.h"