]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/forms_gettext.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / forms_gettext.h
index d925e07f3f5b06df0dfcfb7eb5d9b3f20fd93a75..b5895e429be93bcf1526b7e8be3e22bbcf9d4a4f 100644 (file)
 #ifndef FORMS_GETTEXT_H
 #define FORMS_GETTEXT_H
 
-
-#include "support/std_string.h"
+#include <string>
 
 /// Extract shortcut from "<identifer>|<shortcut>" string
-string const scex(string const &);
+std::string const scex(std::string const &);
 
 /// Extract identifier from "<identifer>|<shortcut>" string
-string const idex(string const &);
+std::string const idex(std::string const &);
 
 #endif // FORMS_GETTEXT_H