mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 22:27:36 +01:00
remove obsolete jack includes in libardour
This commit is contained in:
parent
aa7fdf82a0
commit
3ddd797e46
3 changed files with 0 additions and 9 deletions
|
|
@ -44,10 +44,6 @@
|
|||
#include "ardour/chan_count.h"
|
||||
#include "ardour/port_manager.h"
|
||||
|
||||
#ifdef HAVE_JACK_SESSION
|
||||
#include <jack/session.h>
|
||||
#endif
|
||||
|
||||
class MTDM;
|
||||
|
||||
namespace ARDOUR {
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@
|
|||
#include "pbd/statefuldestructible.h"
|
||||
#include "pbd/controllable.h"
|
||||
|
||||
#include <jack/types.h>
|
||||
#include "ardour/chan_count.h"
|
||||
#include "ardour/chan_mapping.h"
|
||||
#include "ardour/cycles.h"
|
||||
|
|
|
|||
|
|
@ -62,10 +62,6 @@
|
|||
#include "ardour/interpolation.h"
|
||||
#include "ardour/route_graph.h"
|
||||
|
||||
#ifdef HAVE_JACK_SESSION
|
||||
#include <jack/session.h>
|
||||
#endif
|
||||
|
||||
|
||||
class XMLTree;
|
||||
class XMLNode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue