Cleanup: headers (wm)

This commit is contained in:
Campbell Barton 2015-07-14 18:37:14 +10:00
parent cba0858ccd
commit 655f498ca7
6 changed files with 0 additions and 11 deletions

@ -32,7 +32,6 @@
* Also some operator reports utility functions.
*/
#include <stdlib.h>
#include <string.h>
@ -63,15 +62,12 @@
#include "ED_fileselect.h"
#include "ED_info.h"
#include "ED_outliner.h"
#include "ED_screen.h"
#include "ED_view3d.h"
#include "ED_util.h"
#include "RNA_access.h"
#include "BIF_gl.h"
#include "GPU_debug.h"
#include "UI_interface.h"

@ -53,7 +53,6 @@
#include "wm_draw.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"

@ -89,7 +89,6 @@
#include "BKE_idcode.h"
#include "BIF_gl.h"
#include "BIF_glutil.h" /* for paint cursor */
#include "BLF_api.h"

@ -40,7 +40,6 @@
#include "MEM_guardedalloc.h"
#include "BLI_listbase.h"
#include "BLI_rect.h"
#include "BLI_utildefines.h"
#include "BIF_gl.h"

@ -45,8 +45,6 @@
#include "BLI_math.h"
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "BIF_gl.h"
#include "GPU_extensions.h"

@ -76,8 +76,6 @@
#include "GPU_init_exit.h"
#include "GPU_glew.h"
#include "UI_interface.h"
/* for assert */
#ifndef NDEBUG
# include "BLI_threads.h"