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-31 16:35:05 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-03-31 16:35:05 +0400
commit8c1f847a47d8c0c67c2eef393b7926acca658c53 (patch)
tree80135101297cafd71be1a0cf20b30535487c82a5 /source/blender/blenlib/BLI_listbase.h
parent94c35e201223895d6024cc202d02661faf250c93 (diff)
[#21762] BLI_dynamiclist is never used
data structure has some advantages but isnt used. removing for now.
Diffstat (limited to 'source/blender/blenlib/BLI_listbase.h')
-rw-r--r--source/blender/blenlib/BLI_listbase.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenlib/BLI_listbase.h b/source/blender/blenlib/BLI_listbase.h
index 1f6a1ee5a97..599487354c3 100644
--- a/source/blender/blenlib/BLI_listbase.h
+++ b/source/blender/blenlib/BLI_listbase.h
@@ -32,9 +32,9 @@
#ifndef BLI_LISTBASE_H
#define BLI_LISTBASE_H
-//#include "DNA_listbase.h"
-struct ListBase;
-struct LinkData;
+#include "DNA_listBase.h"
+//struct ListBase;
+//struct LinkData;
#ifdef __cplusplus
extern "C" {