Fix the horrible mess that was anything related to sources and paths.
[ardour.git] / libs / ardour / ardour / gain.h
index 5832f7110104e1595d9eeef4398487f615960574..207f794910a23d6a1c081026d3e7499ed97cf742 100644 (file)
 #define __ardour_gain_h__
 
 #include "ardour.h"
-#include "curve.h"
+#include "automation_list.h"
 
 namespace ARDOUR {
 
-struct Gain : public Curve {
+struct Gain : public AutomationList {
 
     Gain();
     Gain (const Gain&);