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
This commit is contained in:
Paul Davis 2005-11-29 04:41:15 +00:00
parent 50bf5a0c06
commit b1a99f89da
37 changed files with 187 additions and 45 deletions

View file

@ -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;