summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_selection.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 /gtk2_ardour/region_selection.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 'gtk2_ardour/region_selection.h')
-rw-r--r--gtk2_ardour/region_selection.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk2_ardour/region_selection.h b/gtk2_ardour/region_selection.h
index ee0cdab008..305fc69afd 100644
--- a/gtk2_ardour/region_selection.h
+++ b/gtk2_ardour/region_selection.h
@@ -24,9 +24,6 @@
#include <sigc++/signal.h>
#include "ardour/types.h"
-using std::list;
-using std::set;
-
class RegionView;
class TimeAxisView;
@@ -71,7 +68,7 @@ class RegionSelection : public std::list<RegionView*>, public sigc::trackable
nframes_t _current_start; ///< start position for the selection
nframes_t _current_end; ///< end position for the selection
- list<RegionView *> _bylayer; ///< list of regions sorted by layer
+ std::list<RegionView *> _bylayer; ///< list of regions sorted by layer
};
#endif /* __ardour_gtk_region_selection_h__ */