remove obsolete jack includes in libardour

This commit is contained in:
Robin Gareus 2014-10-22 16:56:12 +02:00
parent aa7fdf82a0
commit 3ddd797e46
3 changed files with 0 additions and 9 deletions

View file

@ -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 {

View file

@ -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"

View file

@ -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;