summaryrefslogtreecommitdiff
path: root/libs/surfaces/tranzport/wheel_modes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/tranzport/wheel_modes.cc')
-rw-r--r--libs/surfaces/tranzport/wheel_modes.cc16
1 files changed, 8 insertions, 8 deletions
diff --git a/libs/surfaces/tranzport/wheel_modes.cc b/libs/surfaces/tranzport/wheel_modes.cc
index 06b3ae03b3..6a4e113222 100644
--- a/libs/surfaces/tranzport/wheel_modes.cc
+++ b/libs/surfaces/tranzport/wheel_modes.cc
@@ -33,16 +33,16 @@
#include <poll.h>
#endif
-#include <pbd/pthread_utils.h>
+#include "pbd/pthread_utils.h"
-#include <ardour/route.h>
-#include <ardour/audio_track.h>
-#include <ardour/session.h>
-#include <ardour/tempo.h>
-#include <ardour/location.h>
-#include <ardour/dB.h>
+#include "ardour/route.h"
+#include "ardour/audio_track.h"
+#include "ardour/session.h"
+#include "ardour/tempo.h"
+#include "ardour/location.h"
+#include "ardour/dB.h"
-#include <tranzport_control_protocol.h>
+#include "tranzport_control_protocol.h"
using namespace ARDOUR;
using namespace std;