summaryrefslogtreecommitdiff
path: root/libs/surfaces/push2/gui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-09-28 10:47:10 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-09-28 10:47:17 -0500
commitb6e62c66545d84101e3f82d065862f75509f2d1e (patch)
tree062c8c4496895bf1e6ffe38546c6768a73d0ed00 /libs/surfaces/push2/gui.h
parentb9332f5fe2874901159583453eb963eea85b7b72 (diff)
move mode/scale/key definitions out of push2 code and into libardour; Aeolian is the same as Minor
Diffstat (limited to 'libs/surfaces/push2/gui.h')
-rw-r--r--libs/surfaces/push2/gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/surfaces/push2/gui.h b/libs/surfaces/push2/gui.h
index fe50174277..c217d37039 100644
--- a/libs/surfaces/push2/gui.h
+++ b/libs/surfaces/push2/gui.h
@@ -37,8 +37,9 @@ namespace Gtk {
class ListStore;
}
+#include "ardour/mode.h"
+
#include "push2.h"
-#include "mode.h"
namespace ArdourSurface {