debug flag for session destruction and waf option for boost SP debug
[ardour.git] / libs / ardour / ardour / session_playlist.h
index 20cf4d8f2e7bd7f7a863df2c84d1bb8f78d6dd57..f924fe4bbc43701dac33f4dfc3886f454ac2b7a4 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2002 Paul Davis 
+    Copyright (C) 2002 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #ifndef __ardour_session_playlist_h__
 #define __ardour_session_playlist_h__
 
-#include <ardour/session.h>
-#include <ardour/playlist.h>
+#include "ardour/session.h"
+#include "ardour/playlist.h"
 
 namespace ARDOUR {
 
-template<class T> void 
-Session::foreach_playlist (T *obj, void (T::*func)(boost::shared_ptr<Playlist>)) 
+template<class T> void
+Session::foreach_playlist (T *obj, void (T::*func)(boost::shared_ptr<Playlist>))
 {
        Glib::Mutex::Lock lm (playlist_lock);
        for (PlaylistList::iterator i = playlists.begin(); i != playlists.end(); i++) {