add support for reverb & chorus in a-fluidsynth
[ardour.git] / gtk2_ardour / session_import_dialog.h
index f4ba9cadf7e66059109a4ccb92f8ba2eb8f519f2..b31751115f4ede5d4641a45248209a14739517fc 100644 (file)
 #include <gtkmm.h>
 
 #include "pbd/xml++.h"
-#include "ardour/element_importer.h"
-#include "ardour/element_import_handler.h"
 
 #include "ardour_dialog.h"
-
 namespace ARDOUR {
+       class ElementImportHandler;
+       class ElementImporter;
        class Session;
 }