start code reorganization needed to deal with backend choices. compiles, links and...
[ardour.git] / libs / ardour / ardour / audiofile_tagger.h
index 57354df2c4b1af6c81f0e9b723cd415cdcda91dd..0519e2233c70f5f1dba69b4387d61a2308907410 100644 (file)
 
 #include <string>
 
-#include "taglib/taglib.h"
 #include "taglib/tag.h"
+#include "taglib/taglib.h"
 #include "taglib/xiphcomment.h"
 
-using std::string;
-
 namespace ARDOUR
 {
 
 class SessionMetadata;
 
-/// Clas with static functions for tagging audiofiles
+/// Class with static functions for tagging audiofiles
 class AudiofileTagger
 {
   public:
 
        /* Tags file with metadata, return true on success */
-       
-       static bool tag_file (string const & filename, SessionMetadata const & metadata);
+
+       static bool tag_file (std::string const & filename, SessionMetadata const & metadata);
 
   private: