mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
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:
parent
3300f3896e
commit
3a2ba2e958
4 changed files with 4 additions and 3 deletions
|
|
@ -131,6 +131,7 @@ typedef uint64_t microseconds_t;
|
||||||
#include "keyboard.h"
|
#include "keyboard.h"
|
||||||
#include "keyeditor.h"
|
#include "keyeditor.h"
|
||||||
#include "location_ui.h"
|
#include "location_ui.h"
|
||||||
|
#include "lua_script_manager.h"
|
||||||
#include "luawindow.h"
|
#include "luawindow.h"
|
||||||
#include "main_clock.h"
|
#include "main_clock.h"
|
||||||
#include "missing_file_dialog.h"
|
#include "missing_file_dialog.h"
|
||||||
|
|
|
||||||
|
|
@ -88,6 +88,7 @@
|
||||||
#include "global_port_matrix.h"
|
#include "global_port_matrix.h"
|
||||||
#include "keyeditor.h"
|
#include "keyeditor.h"
|
||||||
#include "location_ui.h"
|
#include "location_ui.h"
|
||||||
|
#include "lua_script_manager.h"
|
||||||
#include "rc_option_editor.h"
|
#include "rc_option_editor.h"
|
||||||
#include "route_params_ui.h"
|
#include "route_params_ui.h"
|
||||||
#include "session_option_editor.h"
|
#include "session_option_editor.h"
|
||||||
|
|
@ -102,6 +103,7 @@ class EngineControl;
|
||||||
class ExportVideoDialog;
|
class ExportVideoDialog;
|
||||||
class KeyEditor;
|
class KeyEditor;
|
||||||
class LocationUIWindow;
|
class LocationUIWindow;
|
||||||
|
class LuaScriptManager;
|
||||||
class RCOptionEditor;
|
class RCOptionEditor;
|
||||||
class RouteParams_UI;
|
class RouteParams_UI;
|
||||||
class SessionOptionEditor;
|
class SessionOptionEditor;
|
||||||
|
|
@ -127,7 +129,6 @@ class Splash;
|
||||||
class TimeInfoBox;
|
class TimeInfoBox;
|
||||||
class Meterbridge;
|
class Meterbridge;
|
||||||
class LuaWindow;
|
class LuaWindow;
|
||||||
class LuaScriptManager;
|
|
||||||
class MidiTracer;
|
class MidiTracer;
|
||||||
class NSM_Client;
|
class NSM_Client;
|
||||||
class LevelMeterHBox;
|
class LevelMeterHBox;
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,7 @@
|
||||||
#include "gui_thread.h"
|
#include "gui_thread.h"
|
||||||
#include "keyeditor.h"
|
#include "keyeditor.h"
|
||||||
#include "location_ui.h"
|
#include "location_ui.h"
|
||||||
|
#include "lua_script_manager.h"
|
||||||
#include "luawindow.h"
|
#include "luawindow.h"
|
||||||
#include "main_clock.h"
|
#include "main_clock.h"
|
||||||
#include "meterbridge.h"
|
#include "meterbridge.h"
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,6 @@
|
||||||
#include <glibmm/refptr.h>
|
#include <glibmm/refptr.h>
|
||||||
#include <sigc++/trackable.h>
|
#include <sigc++/trackable.h>
|
||||||
|
|
||||||
#include "lua_script_manager.h"
|
|
||||||
|
|
||||||
#include "gtkmm2ext/bindings.h"
|
#include "gtkmm2ext/bindings.h"
|
||||||
#include "gtkmm2ext/window_proxy.h"
|
#include "gtkmm2ext/window_proxy.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue