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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user