From 1e4aab36c237b751c23be161217d989472bfaf20 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 26 Jan 2019 20:41:52 +1100 Subject: Cleanup: remove redundant BKE/BLI/BIF headers --- source/blender/windowmanager/intern/wm.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/windowmanager/intern/wm.c') diff --git a/source/blender/windowmanager/intern/wm.c b/source/blender/windowmanager/intern/wm.c index 80deca46a24..90252cabd69 100644 --- a/source/blender/windowmanager/intern/wm.c +++ b/source/blender/windowmanager/intern/wm.c @@ -43,7 +43,6 @@ #include "BLI_utildefines.h" #include "BLI_blenlib.h" -#include "BLI_ghash.h" #include "BKE_context.h" #include "BKE_global.h" @@ -51,7 +50,6 @@ #include "BKE_library.h" #include "BKE_main.h" #include "BKE_report.h" -#include "BKE_screen.h" #include "BKE_workspace.h" #include "WM_api.h" -- cgit v1.2.3