]> git.lyx.org Git - lyx.git/blobdiff - src/trans_decl.h
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / trans_decl.h
index 57ff760d76985791608063257c3cf7255e85f364..3eae0166695ec70a3332c7f1621c4b94c1291b68 100644 (file)
 #ifndef TRANS_DECL_H
 #define TRANS_DECL_H
 
-#include "support/std_string.h"
 #include "tex-accent.h"
 
 #include <list>
+#include <string>
 
 
 ///
@@ -24,7 +24,7 @@ struct Keyexc {
        /// character to make exception
        char c;
        /// exception data
-       string data;
+       std::string data;
        /// Combination with another deadkey
        bool combined;
        /// The accent comined with
@@ -37,7 +37,7 @@ typedef std::list<Keyexc> KmodException;
 ///
 struct KmodInfo {
        ///
-       string data;
+       std::string data;
        ///
        tex_accent accent;
        ///