]> git.lyx.org Git - lyx.git/blobdiff - src/support/lstrings.C
Remove executable status info from typeIndicator.
[lyx.git] / src / support / lstrings.C
index c4182fb5a10ee38a34be9976d315923ea2d45ab2..dae295717c8d423a7d52ab4168c0190195990fd6 100644 (file)
 
 #include <config.h>
 
-#include "lstrings.h"
-#include "support/std_sstream.h"
+#include "support/lstrings.h"
+#include "support/lyxlib.h"
+#include "support/tostr.h"
+
 #include "debug.h"
-#include "lyxlib.h"
-#include "tostr.h"
 
 #include <boost/tokenizer.hpp>
 #include <boost/assert.hpp>
 #include <boost/format.hpp>
 
-#include <algorithm>
-
 #include <cctype>
 #include <cstdlib>
 
+#include <algorithm>
+#include <sstream>
+
 using std::transform;
 using std::string;
 using std::vector;