]> git.lyx.org Git - lyx.git/blobdiff - src/support/std_sstream.h
Remove cached var from RenderPreview. Changes elsewhere to suit.
[lyx.git] / src / support / std_sstream.h
index 088c95bc8195037c13ec283a3950c7d52effdefe..782cdf0cbd2193c26eb9cccd20d0375c552ddb8b 100644 (file)
 #ifndef STD_SSTREAM_H
 #define STD_SSTREAM_H
 
-// Since we will include a string header anyway, we'd better do it
-// right now so that <string> is not loaded before lyxstring.h. (JMarc)
-#include "support/std_string.h"
-
 #ifdef HAVE_SSTREAM
 #include <sstream>
 #else