From d0e346d544cd3abb0007a68137b31923020f7aeb Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 25 Nov 2002 12:02:15 +0000 Subject: updated .c files to include: #ifdef HAVE_CONFIG_H #include #endif Just need to finish cpp files now :) Kent -- mein@cs.umn.edu --- source/blender/src/drawimasel.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'source/blender/src/drawimasel.c') diff --git a/source/blender/src/drawimasel.c b/source/blender/src/drawimasel.c index 62d5b9ac583..7696be99afa 100644 --- a/source/blender/src/drawimasel.c +++ b/source/blender/src/drawimasel.c @@ -32,24 +32,22 @@ #include +#ifdef HAVE_CONFIG_H +#include +#endif + #ifdef _WIN32 #include "BLI_winstuff.h" #pragma warning (once : 4761) #endif #include "MEM_guardedalloc.h" - #include "BMF_Api.h" - #include "BLI_blenlib.h" - #include "IMB_imbuf_types.h" - #include "DNA_screen_types.h" #include "DNA_space_types.h" - #include "BKE_global.h" - #include "BIF_fsmenu.h" #include "BIF_gl.h" #include "BIF_resources.h" @@ -58,7 +56,6 @@ #include "BIF_imasel.h" #include "BIF_mywindow.h" #include "BIF_space.h" - #include "BSE_drawimasel.h" #include "BSE_filesel.h" -- cgit v1.2.3