more lint includes

Only source/blender/editors/ dir, should not give errors on different platforms
Only removing:  UI_*.h, ED_*.h, WM_*.h, DNA_*.h, IMB_*.h, RNA_*.h, PIL_*.h
This commit is contained in:
2010-03-23 14:09:09 +00:00
parent 4ae515a4e5
commit f743b583bf
205 changed files with 9 additions and 1617 deletions

View File

@@ -28,7 +28,6 @@
#include <stdlib.h>
#include <stdio.h>
#include "DNA_image_types.h"
#include "DNA_screen_types.h"
#include "DNA_space_types.h"
@@ -40,11 +39,9 @@
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "ED_screen.h"
#include "RE_pipeline.h"
#include "WM_api.h"
#define HEADER_HEIGHT 18