mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-15 09:55:55 +01:00
Fix include order TRACE_SETSESSION_NULL is defined in session_handle.h
This commit is contained in:
parent
704241dec2
commit
f64627da48
1 changed files with 4 additions and 4 deletions
|
|
@ -19,15 +19,15 @@
|
|||
#include "pbd/demangle.h"
|
||||
#include "pbd/error.h"
|
||||
|
||||
#include "ardour/boost_debug.h"
|
||||
#include "ardour/session.h"
|
||||
#include "ardour/session_handle.h"
|
||||
|
||||
#ifdef TRACE_SETSESSION_NULL
|
||||
#include <cassert>
|
||||
#include "pbd/stacktrace.h"
|
||||
#endif
|
||||
|
||||
#include "ardour/boost_debug.h"
|
||||
#include "ardour/session.h"
|
||||
#include "ardour/session_handle.h"
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
using namespace std;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue