13
0

header file fixup for weak jack linkage, forward ported from 2.X

git-svn-id: svn://localhost/ardour2/branches/3.0@10156 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-09-28 13:20:03 +00:00
parent 9030f4e61b
commit 43b8eff4f6
2 changed files with 1 additions and 3 deletions

View File

@ -37,6 +37,7 @@
#include "pbd/signals.h"
#include "ardour/ardour.h"
#include <jack/weakjack.h>
#include <jack/jack.h>
#include <jack/transport.h>

View File

@ -25,9 +25,6 @@
#include <sstream>
#include <glibmm/timer.h>
#include <jack/weakjack.h>
#include <jack/jack.h>
#include <jack/thread.h>
#include "pbd/pthread_utils.h"
#include "pbd/stacktrace.h"