mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Use .inc.h for #include files that not are plain headers
Regular .h files *should* be self-contained and independent of previous includes and guarded to only include once. Make it clear which files that *doesn't* apply for at all.
This commit is contained in:
parent
38db12c9ea
commit
140670541f
47 changed files with 105 additions and 102 deletions
|
|
@ -69,7 +69,7 @@ BaseUI::RequestType Gtkmm2ext::SetTip = BaseUI::new_request_type();
|
|||
BaseUI::RequestType Gtkmm2ext::AddIdle = BaseUI::new_request_type();
|
||||
BaseUI::RequestType Gtkmm2ext::AddTimeout = BaseUI::new_request_type();
|
||||
|
||||
#include "pbd/abstract_ui.cc" /* instantiate the template */
|
||||
#include "pbd/abstract_ui.inc.cc" /* instantiate the template */
|
||||
|
||||
template class AbstractUI<Gtkmm2ext::UIRequest>;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue