summaryrefslogtreecommitdiff
path: root/gtk2_ardour/playlist_selector.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-12-15 23:28:47 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-12-15 23:28:47 +0000
commit64a882d96bd3340a2baf5e7ee7af08cc4391e238 (patch)
treeb1610da1d10d4696e6d7506a5a47b57ece02da5b /gtk2_ardour/playlist_selector.h
parentf2aa62385872367b5402f13a0e02527c54589cd4 (diff)
Fix include statements so they match all other files in gtk2_ardour
git-svn-id: svn://localhost/ardour2/trunk@2783 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/playlist_selector.h')
-rw-r--r--gtk2_ardour/playlist_selector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/playlist_selector.h b/gtk2_ardour/playlist_selector.h
index 071f82c616..757e7fc523 100644
--- a/gtk2_ardour/playlist_selector.h
+++ b/gtk2_ardour/playlist_selector.h
@@ -28,7 +28,7 @@
#include <gtkmm/treeview.h>
#include <gtkmm2ext/selector.h>
-#include <ardour_dialog.h>
+#include "ardour_dialog.h"
namespace ARDOUR {
class Session;