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:
authorCampbell Barton <ideasman42@gmail.com>2010-03-20 21:52:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-03-20 21:52:03 +0300
commit07b547980d14d0c4468bb37fb0e777a802275ff3 (patch)
treedada15dc0a8513777efdda089793be3e87e839ba /source/blender/blenlib/intern/storage.c
parent66ccd94e3fa6a83555a6f7dd9dc1a78d66cd0c60 (diff)
remove unused includes for blenlib, left ifdef's for non linux os's alone.
Diffstat (limited to 'source/blender/blenlib/intern/storage.c')
-rw-r--r--source/blender/blenlib/intern/storage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenlib/intern/storage.c b/source/blender/blenlib/intern/storage.c
index 139bb551926..086f20b7e21 100644
--- a/source/blender/blenlib/intern/storage.c
+++ b/source/blender/blenlib/intern/storage.c
@@ -90,8 +90,6 @@
#include "BLI_listbase.h"
#include "BLI_linklist.h"
-#include "BLI_path_util.h"
-#include "BLI_storage.h"
#include "BLI_storage_types.h"
#include "BLI_string.h"
#include "BKE_utildefines.h"