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>2019-09-13 22:06:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-09-13 22:06:03 +0300
commitdc1f002fb7db09c3916506a4470ba035a5fead66 (patch)
tree590f0e94b3bef8cc0904d6b2312949cee3b7dd2d /source/blender/windowmanager/intern/wm_window.c
parent5d4cbbb16cde901af8e7bfbf42acccc5b7ea6810 (diff)
Cleanup: unused headers for the windowmanager
Diffstat (limited to 'source/blender/windowmanager/intern/wm_window.c')
-rw-r--r--source/blender/windowmanager/intern/wm_window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_window.c b/source/blender/windowmanager/intern/wm_window.c
index b57f019a490..7437001cdfc 100644
--- a/source/blender/windowmanager/intern/wm_window.c
+++ b/source/blender/windowmanager/intern/wm_window.c
@@ -44,7 +44,6 @@
#include "BLT_translation.h"
-#include "BKE_blender.h"
#include "BKE_context.h"
#include "BKE_global.h"
#include "BKE_icons.h"