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:
2018-05-23 08:20:46 +02:00
parent f5f66d4901
commit 44f78c95be
18 changed files with 121 additions and 55 deletions

View File

@@ -80,6 +80,8 @@
#include "WM_api.h"
#include "WM_types.h"
#include "WM_message.h"
#include "WM_toolsystem.h"
#include "wm.h"
#include "wm_window.h"
#include "wm_event_system.h"