Optimize automation-event process splitting
[ardour.git] / libs / ardour / ardour / location_importer.h
index 2b6f1ec1c273aacbbf9118ef62bea98b5a3d4837..574b9480622c23b823b9a2b27f742d960da385e8 100644 (file)
 #include <boost/shared_ptr.hpp>
 
 #include "pbd/xml++.h"
-#include "ardour/location.h"
-#include "ardour/types.h"
 
 namespace ARDOUR {
 
-class LocationImportHandler : public ElementImportHandler
+class Location;
+class Session;
+
+class LIBARDOUR_API LocationImportHandler : public ElementImportHandler
 {
   public:
        LocationImportHandler (XMLTree const & source, Session & session);
        std::string get_info () const;
 };
 
-class LocationImporter : public ElementImporter
+class LIBARDOUR_API LocationImporter : public ElementImporter
 {
   public:
        LocationImporter (XMLTree const & source, Session & session, LocationImportHandler & handler, XMLNode const & node);