summaryrefslogtreecommitdiff
path: root/gtk2_ardour/shuttle_control.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-03-29 20:36:11 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-03-29 20:36:11 -0400
commit9fc7eb1f0d25b2eaf7773ed8925062529c8b780c (patch)
tree64076a2cffca56c39b5bb45a76eafa87954b0958 /gtk2_ardour/shuttle_control.cc
parent3b20beb8d80e6b0ac12ef17e4f10e1d5dcc9fe55 (diff)
remove incorrect #includes of <cairo/cairo.h> and replace with <cairo.h>
Diffstat (limited to 'gtk2_ardour/shuttle_control.cc')
-rw-r--r--gtk2_ardour/shuttle_control.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/shuttle_control.cc b/gtk2_ardour/shuttle_control.cc
index 7096cd31bb..504cc2a300 100644
--- a/gtk2_ardour/shuttle_control.cc
+++ b/gtk2_ardour/shuttle_control.cc
@@ -18,7 +18,7 @@
#include <algorithm>
-#include <cairo/cairo.h>
+#include <cairo.h>
#include "ardour/ardour.h"
#include "ardour/audioengine.h"