]> git.lyx.org Git - features.git/blobdiff - src/support/globbing.C
change "support/std_sstream.h" to <sstream>
[features.git] / src / support / globbing.C
index b0d16e88e46e39772e7545478e656909de9240c5..b112db32ae0bd7174cddbd27f1a9dbd558c35af0 100644 (file)
 
 #include "lstrings.h"
 #include "path.h"
-#include "std_sstream.h"
 
 #include <boost/regex.hpp>
 #include <boost/tokenizer.hpp>
 
-#include "glob.h"
+#include <glob.h>
+
+#include <sstream>
 
 using std::distance;
 using std::ostringstream;