summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-11-29 04:41:15 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-11-29 04:41:15 +0000
commitb1a99f89da52018d3995592eb821f8e4a3c89a28 (patch)
treee08aa20079ad3e706a48a9486725b80e5f7d5efd /gtk2_ardour/streamview.h
parent50bf5a0c06d1ca0b1bab7449a2bd9ac1bf75ba52 (diff)
remove <gtkmm/gtkmm.h> from all files, plus a small fix related to map/realize handling
git-svn-id: svn://localhost/trunk/ardour2@145 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/streamview.h')
-rw-r--r--gtk2_ardour/streamview.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h
index 3e376d34d7..54dac3e4fe 100644
--- a/gtk2_ardour/streamview.h
+++ b/gtk2_ardour/streamview.h
@@ -25,13 +25,15 @@
#include <map>
#include <cmath>
-#include <gtkmm.h>
-
#include <ardour/location.h>
#include "enums.h"
#include "simplerect.h"
#include "canvas.h"
+namespace Gdk {
+ class Color;
+}
+
namespace ARDOUR {
class Route;
class DiskStream;