Optimize automation-event process splitting
[ardour.git] / gtk2_ardour / port_matrix_grid.cc
index c8699ece1e6bf5bffb1066106a8c9468a853dbe3..77995489a313a407aea439a1112337d551877705 100644 (file)
@@ -18,7 +18,7 @@
 */
 
 #include <iostream>
-#include <cairo/cairo.h>
+#include <cairo.h>
 #include "ardour/bundle.h"
 #include "port_matrix_grid.h"
 #include "port_matrix.h"
@@ -137,7 +137,7 @@ PortMatrixGrid::render (cairo_t* cr)
                cairo_line_to (cr, _width, y);
                cairo_stroke (cr);
        }
-       
+
        /* ASSOCIATION INDICATORS and NON-CONNECTABLE INDICATORS */
 
        /* we draw a grey square in a matrix box if the two ports that intersect at that box
@@ -230,7 +230,7 @@ PortMatrixGrid::render (cairo_t* cr)
                                                */
                                                draw_non_connectable_indicator (cr, x, y);
                                        }
-                                       
+
                                        x += grid_spacing();
                                }