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>2018-05-23 09:20:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-23 09:23:16 +0300
commit44f78c95be133db75d439d4e4d5d6fdd5720f463 (patch)
tree7db73acab84e526760eb61d59061293268120fe0 /source/creator
parentf5f66d4901ef6636fdc2aeb6596f57717928e61a (diff)
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.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 918563dc73b..77afdf17e68 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -78,6 +78,7 @@
#include "ED_datafiles.h"
#include "WM_api.h"
+#include "WM_toolsystem.h"
#include "RNA_define.h"