]> git.lyx.org Git - features.git/blobdiff - src/support/userinfo.h
Replace LString.h with support/std_string.h,
[features.git] / src / support / userinfo.h
index 4e2042a145cdbe31affb28298263977c1dc80035..5812440d9c0bc7b8583f146f2ebc8ed9796d47f9 100644 (file)
@@ -6,15 +6,16 @@
  *
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef USERINFO_H
 #define USERINFO_H
 
-#include "LString.h"
+#include "support/std_string.h"
 
 namespace lyx {
+namespace support {
 
 /// return the current user's real name
 string const user_name();
@@ -22,6 +23,7 @@ string const user_name();
 /// return the current user's e-mail address
 string const user_email();
 
-}; // namespace lyx
+} // namespace support
+} // namespace lyx
 
 #endif // USERINFO_H