Remove most using declarations from header files.
[ardour.git] / gtk2_ardour / region_selection.h
index ee0cdab008258f5ff9679a8d7748c8560f30d470..305fc69afd22cc0123fe78875b315e1b8c905563 100644 (file)
@@ -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__ */