Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-07-14 11:37:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-07-14 15:29:31 +0300
commit655f498ca7acc94df01200452d70507dc5027096 (patch)
treed54b3a406e9cbc61509303affdf79c7db5e30ea2 /source/blender/windowmanager
parentcba0858ccd74ba983f92d6b7dfc41c2a2d3bf398 (diff)
Cleanup: headers (wm)
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_event_system.c4
-rw-r--r--source/blender/windowmanager/intern/wm_gesture.c1
-rw-r--r--source/blender/windowmanager/intern/wm_operators.c1
-rw-r--r--source/blender/windowmanager/intern/wm_stereo.c1
-rw-r--r--source/blender/windowmanager/intern/wm_subwindow.c2
-rw-r--r--source/blender/windowmanager/intern/wm_window.c2
6 files changed, 0 insertions, 11 deletions
diff --git a/source/blender/windowmanager/intern/wm_event_system.c b/source/blender/windowmanager/intern/wm_event_system.c
index 15b155c8649..ff67758db11 100644
--- a/source/blender/windowmanager/intern/wm_event_system.c
+++ b/source/blender/windowmanager/intern/wm_event_system.c
@@ -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"
diff --git a/source/blender/windowmanager/intern/wm_gesture.c b/source/blender/windowmanager/intern/wm_gesture.c
index 46c3909f7bf..288e6711b56 100644
--- a/source/blender/windowmanager/intern/wm_gesture.c
+++ b/source/blender/windowmanager/intern/wm_gesture.c
@@ -53,7 +53,6 @@
#include "wm_draw.h"
-#include "BIF_gl.h"
#include "BIF_glutil.h"
diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c
index c4f6a5aafdb..514fafca71f 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -89,7 +89,6 @@
#include "BKE_idcode.h"
-#include "BIF_gl.h"
#include "BIF_glutil.h" /* for paint cursor */
#include "BLF_api.h"
diff --git a/source/blender/windowmanager/intern/wm_stereo.c b/source/blender/windowmanager/intern/wm_stereo.c
index 13567518774..b3ddb2499dd 100644
--- a/source/blender/windowmanager/intern/wm_stereo.c
+++ b/source/blender/windowmanager/intern/wm_stereo.c
@@ -40,7 +40,6 @@
#include "MEM_guardedalloc.h"
#include "BLI_listbase.h"
-#include "BLI_rect.h"
#include "BLI_utildefines.h"
#include "BIF_gl.h"
diff --git a/source/blender/windowmanager/intern/wm_subwindow.c b/source/blender/windowmanager/intern/wm_subwindow.c
index 9209fa49f74..1583f9f9095 100644
--- a/source/blender/windowmanager/intern/wm_subwindow.c
+++ b/source/blender/windowmanager/intern/wm_subwindow.c
@@ -45,8 +45,6 @@
#include "BLI_math.h"
#include "BLI_utildefines.h"
-#include "BKE_context.h"
-
#include "BIF_gl.h"
#include "GPU_extensions.h"
diff --git a/source/blender/windowmanager/intern/wm_window.c b/source/blender/windowmanager/intern/wm_window.c
index 5f4869d3386..cc0f333ec02 100644
--- a/source/blender/windowmanager/intern/wm_window.c
+++ b/source/blender/windowmanager/intern/wm_window.c
@@ -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"