]> git.lyx.org Git - lyx.git/blobdiff - src/lengthcommon.h
ws changes only
[lyx.git] / src / lengthcommon.h
index 765816ca3e80d4af1c56d60722e304ea664f7e09..23d7bf69f703a94aa45fbeec0eb6e34dd439237f 100644 (file)
@@ -15,9 +15,9 @@
 #ifndef LENGTH_COMMON_H
 #define LENGTH_COMMON_H
 
-#include "support/std_string.h"
 #include "lyxlength.h"
 
+
 /// the number of units possible
 extern int const num_units;
 
@@ -31,7 +31,7 @@ extern char const * unit_name_gui[];
 extern char const * unit_name_ltx[];
 
 /// return the unit given a string representation such as "cm"
-LyXLength::UNIT unitFromString(string const & data);
+LyXLength::UNIT unitFromString(std::string const & data);
 
 
 #endif // LENGTH_COMMON_H