X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Frecent_sessions.h;h=e6d2f83bcc24aa3708a71bd978f545e33209d3c8;hb=2a6dcddcc513fa3ebc1aad4b2e5fede62277aba5;hp=e32b67bcd853f2d3259d6352e1d5746fd31deffc;hpb=449aab3c465bbbf66d221fac3d7ea559f1720357;p=ardour.git diff --git a/libs/ardour/ardour/recent_sessions.h b/libs/ardour/ardour/recent_sessions.h index e32b67bcd8..e6d2f83bcc 100644 --- a/libs/ardour/ardour/recent_sessions.h +++ b/libs/ardour/ardour/recent_sessions.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2004 Paul Davis + Copyright (C) 2004 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 @@ -24,15 +24,11 @@ #include #include -using std::deque; -using std::pair; -using std::string; - namespace ARDOUR { - typedef deque > RecentSessions; + typedef std::deque > RecentSessions; int read_recent_sessions (RecentSessions& rs); - int store_recent_sessions (string name, string path); + int store_recent_sessions (std::string name, std::string path); int write_recent_sessions (RecentSessions& rs); }; // namespace ARDOUR