Cleanup: move toolsystem into own include

Many files using the window manager don't access the tool-system.

This avoids rebuilding many files when the tool-system changes.
This commit is contained in:
Campbell Barton
2018-05-23 08:20:46 +02:00
parent f5f66d4901
commit 44f78c95be
18 changed files with 121 additions and 55 deletions

View File

@@ -78,6 +78,7 @@
#include "ED_datafiles.h"
#include "WM_api.h"
#include "WM_toolsystem.h"
#include "RNA_define.h"