]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileFilterList.cpp
* get rid of support::absolutePath()
[lyx.git] / src / support / FileFilterList.cpp
index 4b39efdfdad3adf8b03300ce5dbe48c3666c3d85..e960502a170dc7df9aba410a1e7d512b8c7ae7b5 100644 (file)
 
 #include <sstream>
 
-using std::distance;
-using std::ostringstream;
-using std::string;
-using std::vector;
-
+using namespace std;
 
 namespace {
 
@@ -81,7 +77,7 @@ namespace lyx {
 namespace support {
 
 FileFilterList::Filter::Filter(docstring const & description,
-                              std::string const & globs)
+                              string const & globs)
        : desc_(description)
 {
        typedef boost::tokenizer<boost::char_separator<char> > Tokenizer;