- remove unused includes IMB_*, BIF_* & MEM_*

- remove MEM_guardedalloc.h from header files (include directly)
This commit is contained in:
2010-08-16 05:46:10 +00:00
parent e9683f4b26
commit d1759639dc
139 changed files with 84 additions and 201 deletions

View File

@@ -34,7 +34,6 @@
#include <string.h>
#include <float.h>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
@@ -51,7 +50,6 @@
/* Everything from source (BIF, BDR, BSE) ------------------------------ */
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "UI_interface.h"
#include "UI_resources.h"

View File

@@ -32,7 +32,6 @@
#include <string.h>
#include <float.h>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"

View File

@@ -29,7 +29,6 @@
#include <stdlib.h>
#include <math.h>
#include "MEM_guardedalloc.h"
#include "DNA_space_types.h"