First stage of options rework.
[ardour.git] / libs / ardour / ardour / session_object.h
index bb726cb0d0a2bcb6561ef570371d2b2f5cd8b7c7..7a05ab16b035fef53732e8913d55bc7c4f04bcbe 100644 (file)
 #define __ardour_session_object_h__
 
 #include <string>
-#include <pbd/statefuldestructible.h> 
+#include "pbd/statefuldestructible.h" 
 
 namespace ARDOUR {
 
 class Session;
 
-
 /** An object associated with a Session.
  *
  * This is a few common things factored out of IO which weren't IO specific