advance track's play-position even if processing is locked
[ardour.git] / libs / ardour / ardour / location_importer.h
index 37895dbc9789250d128c0b83b034795367c6d0ca..332c5ae685f839a796c42682adef71205f2615bf 100644 (file)
 #include <boost/shared_ptr.hpp>
 
 #include "pbd/xml++.h"
-#include "ardour/location.h"
-#include "ardour/types.h"
 
 namespace ARDOUR {
 
+class Location;
+class Session;
+
 class LocationImportHandler : public ElementImportHandler
 {
   public:
@@ -56,7 +57,7 @@ class LocationImporter : public ElementImporter
        LocationImportHandler & handler;
        XMLNode                 xml_location;
        Location *              location;
-       
+
        void parse_xml ();
 };