summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_column_labels.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-02-04 17:05:26 +0000
committerCarl Hetherington <carl@carlh.net>2009-02-04 17:05:26 +0000
commitee4e28751edae18bc2c2d3960472f15446b17306 (patch)
treeade076f93c2fe7ec252e28619a167909fcd06c73 /gtk2_ardour/port_matrix_column_labels.cc
parentdc6571fb29e120b24a3ce3665dd04d291623ecc4 (diff)
Reduce header dependencies.
git-svn-id: svn://localhost/ardour2/branches/3.0@4490 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix_column_labels.cc')
-rw-r--r--gtk2_ardour/port_matrix_column_labels.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/port_matrix_column_labels.cc b/gtk2_ardour/port_matrix_column_labels.cc
index 7bbf0e64c0..06a635b41d 100644
--- a/gtk2_ardour/port_matrix_column_labels.cc
+++ b/gtk2_ardour/port_matrix_column_labels.cc
@@ -22,6 +22,7 @@
#include "ardour/types.h"
#include "port_matrix_column_labels.h"
#include "port_matrix.h"
+#include "port_matrix_body.h"
PortMatrixColumnLabels::PortMatrixColumnLabels (PortMatrix* m, PortMatrixBody* b)
: PortMatrixLabels (m, b)