rather hacky fix for the change of the SyncSource > JACK enum to SyncSource > Engine
[ardour.git] / libs / ardour / ardour / audio_region_importer.h
index 2187d921485ca9fb06e2bdf1b22c9bda646b61f5..b3bcb05668e3ea2fcad3b7c2632f9a70247a84fb 100644 (file)
@@ -29,8 +29,6 @@
 
 #include "pbd/xml++.h"
 #include "pbd/id.h"
-#include "pbd/filesystem.h"
-#include "ardour/types.h"
 #include "ardour/element_importer.h"
 #include "ardour/element_import_handler.h"
 #include "ardour/import_status.h"
@@ -38,6 +36,8 @@
 namespace ARDOUR {
 
 class Region;
+class Session;
+class Source;
 
 class AudioRegionImportHandler : public ElementImportHandler
 {
@@ -99,7 +99,7 @@ class AudioRegionImporter : public ElementImporter
 
        bool parse_xml_region ();
        bool parse_source_xml ();
-       PBD::sys::path get_sound_dir (XMLTree const & tree);
+       std::string get_sound_dir (XMLTree const & tree);
 
        void prepare_region ();
        void prepare_sources ();