From 3ce4a58aa90d93d1d0f1ec5dcc63a482d1b1af78 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 18 Jun 2015 06:11:02 +1000 Subject: Cleanup: duplicate includes --- source/blender/blenloader/intern/versioning_270.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/blenloader') diff --git a/source/blender/blenloader/intern/versioning_270.c b/source/blender/blenloader/intern/versioning_270.c index 37c255620d9..6ab655e9b45 100644 --- a/source/blender/blenloader/intern/versioning_270.c +++ b/source/blender/blenloader/intern/versioning_270.c @@ -27,7 +27,6 @@ #include "BLI_utildefines.h" #include "BLI_compiler_attrs.h" -#include "BLI_string.h" /* for MinGW32 definition of NULL, could use BLI_blenlib.h instead too */ #include @@ -49,7 +48,6 @@ #include "DNA_particle_types.h" #include "DNA_linestyle_types.h" #include "DNA_actuator_types.h" -#include "DNA_camera_types.h" #include "DNA_view3d_types.h" #include "DNA_genfile.h" @@ -60,7 +58,6 @@ #include "BKE_scene.h" #include "BKE_sequencer.h" #include "BKE_screen.h" -#include "BKE_sequencer.h" #include "BLI_math.h" #include "BLI_listbase.h" -- cgit v1.2.3