summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_profile_manager.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-05-12 17:03:42 +0000
committerCarl Hetherington <carl@carlh.net>2009-05-12 17:03:42 +0000
commit3b89d9eaa03406a5e03648f47734211f09b89d62 (patch)
tree1c8d151bca327d4a5cb7047c8591aa814b9b4ec8 /libs/ardour/ardour/export_profile_manager.h
parent2e5c935990d6ea5cc6e9a5a6de0fd8c52e68657c (diff)
Remove most using declarations from header files.
git-svn-id: svn://localhost/ardour2/branches/3.0@5069 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/export_profile_manager.h')
-rw-r--r--libs/ardour/ardour/export_profile_manager.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/libs/ardour/ardour/export_profile_manager.h b/libs/ardour/ardour/export_profile_manager.h
index 0f0144c0c7..bf261cad46 100644
--- a/libs/ardour/ardour/export_profile_manager.h
+++ b/libs/ardour/ardour/export_profile_manager.h
@@ -24,7 +24,6 @@
#include <list>
#include <vector>
#include <map>
-#include <set>
#include <stdexcept>
#include <boost/shared_ptr.hpp>
@@ -40,10 +39,6 @@
#include "ardour/location.h"
#include "ardour/types.h"
-using std::string;
-using std::list;
-using std::set;
-
namespace ARDOUR
{
@@ -72,7 +67,7 @@ class ExportProfileManager
PresetList const & get_presets () { return preset_list; }
bool load_preset (PresetPtr preset);
- PresetPtr save_preset (string const & name);
+ PresetPtr save_preset (std::string const & name);
void remove_preset ();
private: