]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/Color.C
Replace LString.h with support/std_string.h,
[features.git] / src / frontends / xforms / Color.C
index 3b44fcc308cbf030590fd550cf63cbb30bb42542..93ad4dd0e311396c1cef385f626161eee8da5a30 100644 (file)
@@ -5,20 +5,20 @@
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-
 #include "Color.h"
-#include <algorithm> // max
-#include <cmath> // floor
-#include <iomanip>
-#include "lyx_forms.h"
-#include "Lsstream.h"
+
 #include "support/LAssert.h"
 
+#include "lyx_forms.h"
+
+#include "support/std_sstream.h"
+#include <iomanip>
+
 namespace support = lyx::support;
 
 #ifndef CXX_GLOBAL_CSTD