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>2013-10-09 00:18:38 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-10-09 00:18:38 +0400
commit590f58d45583f36522ffbcebd68b4a6c921bebeb (patch)
treec95d2cb0f4d042e632b15453a0cdc3de5c203a13 /source/blender/blenlib/BLI_linklist_stack.h
parentbfd6f6041dadc78fc6c41f5fbb9725a0171d64b2 (diff)
code cleanup: redundant includes and add minor comments.
Diffstat (limited to 'source/blender/blenlib/BLI_linklist_stack.h')
-rw-r--r--source/blender/blenlib/BLI_linklist_stack.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenlib/BLI_linklist_stack.h b/source/blender/blenlib/BLI_linklist_stack.h
index ca050883018..c9fb00ecdf5 100644
--- a/source/blender/blenlib/BLI_linklist_stack.h
+++ b/source/blender/blenlib/BLI_linklist_stack.h
@@ -151,8 +151,6 @@
(void)&(_##var##_type); \
} (void)0
-#include "BLI_alloca.h"
-
/** \} */
#endif /* __BLI_LINKLIST_STACK_H__ */