Rewrite commit 68e81a6, prefer forward declaration and includes in cc.

only MSVC requires the complete class for the templated c'tor in
window manager.h
This commit is contained in:
Robin Gareus 2016-02-28 11:58:47 +01:00
parent 3300f3896e
commit 3a2ba2e958
4 changed files with 4 additions and 3 deletions

View file

@ -49,6 +49,7 @@
#include "gui_thread.h"
#include "keyeditor.h"
#include "location_ui.h"
#include "lua_script_manager.h"
#include "luawindow.h"
#include "main_clock.h"
#include "meterbridge.h"