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-08-01 01:34:25 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-08-01 01:34:25 +0400
commit7913604bdae8c86b7c0b29fa0cb629db33e433f5 (patch)
tree2d68075435eeff439c7acaae6f3542f09fa65d5b /source/blender/makesdna/DNA_outliner_types.h
parent2a2f0319bc1e9c16331f356730a1edb837f4056b (diff)
remove unused headers and NULL check
Diffstat (limited to 'source/blender/makesdna/DNA_outliner_types.h')
-rw-r--r--source/blender/makesdna/DNA_outliner_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_outliner_types.h b/source/blender/makesdna/DNA_outliner_types.h
index 17124a724fe..5f9c90f09f7 100644
--- a/source/blender/makesdna/DNA_outliner_types.h
+++ b/source/blender/makesdna/DNA_outliner_types.h
@@ -32,8 +32,6 @@
#ifndef __DNA_OUTLINER_TYPES_H__
#define __DNA_OUTLINER_TYPES_H__
-#include "DNA_listBase.h"
-
struct ID;
typedef struct TreeStoreElem {