Remove random crazy comment fragment.
[ardour.git] / libs / ardour / ardour / tempo_map_importer.h
index 40ad1269003577f17c58f7fe9a4195da8903b830..beacbc1e014e8643eabcb50e3d479910a7f5937d 100644 (file)
 
 #include <boost/shared_ptr.hpp>
 
-#include <pbd/xml++.h>
+#include "pbd/xml++.h"
 
-#include <ardour/element_importer.h>
-#include <ardour/element_import_handler.h>
-#include <ardour/tempo.h>
-#include <ardour/types.h>
+#include "ardour/element_importer.h"
+#include "ardour/element_import_handler.h"
+#include "ardour/tempo.h"
+#include "ardour/types.h"
 
 namespace ARDOUR {
 
@@ -36,7 +36,7 @@ class TempoMapImportHandler : public ElementImportHandler
 {
   public:
        TempoMapImportHandler (XMLTree const & source, Session & session);
-       string get_info () const;
+       std::string get_info () const;
 };
 
 class TempoMapImporter : public ElementImporter
@@ -46,7 +46,7 @@ class TempoMapImporter : public ElementImporter
   public:
        TempoMapImporter (XMLTree const & source, Session & session, XMLNode const & node);
 
-       virtual string get_info () const;
+       virtual std::string get_info () const;
 
   protected:
        bool _prepare_move ();