From 7913604bdae8c86b7c0b29fa0cb629db33e433f5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 31 Jul 2013 21:34:25 +0000 Subject: remove unused headers and NULL check --- source/blender/makesdna/DNA_mesh_types.h | 1 - source/blender/makesdna/DNA_outliner_types.h | 2 -- source/blender/makesdna/DNA_sound_types.h | 1 - 3 files changed, 4 deletions(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h index 947bf593310..e37d1368892 100644 --- a/source/blender/makesdna/DNA_mesh_types.h +++ b/source/blender/makesdna/DNA_mesh_types.h @@ -33,7 +33,6 @@ #define __DNA_MESH_TYPES_H__ #include "DNA_defs.h" -#include "DNA_listBase.h" #include "DNA_ID.h" #include "DNA_customdata_types.h" 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 { diff --git a/source/blender/makesdna/DNA_sound_types.h b/source/blender/makesdna/DNA_sound_types.h index 6dc45e4a6de..040942d6cea 100644 --- a/source/blender/makesdna/DNA_sound_types.h +++ b/source/blender/makesdna/DNA_sound_types.h @@ -33,7 +33,6 @@ #ifndef __DNA_SOUND_TYPES_H__ #define __DNA_SOUND_TYPES_H__ -#include "DNA_listBase.h" #include "DNA_ID.h" /* stupid... could easily be solved */ -- cgit v1.2.3