summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_selection.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-10-25 13:13:51 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2019-11-02 16:32:18 -0600
commita855119bdd94aad90f4cfec3066a367b0675a8e9 (patch)
tree6e7d52a5df62153ee312de3fc45bdc151445e0e7 /gtk2_ardour/automation_selection.h
parent63b909211d8a0f736da61d472a96700065d9c589 (diff)
rename all Evoral source from .(hpp|cpp)$ to .(h|cc)
Diffstat (limited to 'gtk2_ardour/automation_selection.h')
-rw-r--r--gtk2_ardour/automation_selection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/automation_selection.h b/gtk2_ardour/automation_selection.h
index 26dfeb8992..8460613e94 100644
--- a/gtk2_ardour/automation_selection.h
+++ b/gtk2_ardour/automation_selection.h
@@ -22,7 +22,7 @@
#include <list>
#include "ardour/automation_list.h"
-#include "evoral/Parameter.hpp"
+#include "evoral/Parameter.h"
class AutomationSelection : public std::list<boost::shared_ptr<ARDOUR::AutomationList> > {
public: