]> git.lyx.org Git - lyx.git/blobdiff - src/debug.h
the spellcheck cleanup
[lyx.git] / src / debug.h
index a0e30aaaaa00f6bbf679f484c369a9491a14fb49..d19d350913459d34002507b0a4da630d1e9d8f58 100644 (file)
@@ -13,8 +13,6 @@
 #ifndef LYXDEBUG_H
 #define LYXDEBUG_H
 
-
-#include "support/std_string.h"
 #include "support/debugstream.h"
 
 /** Ideally this should have been a namespace, but since we try to be
@@ -85,7 +83,7 @@ struct lyx_debug_trait {
        /** A function to convert symbolic string names on debug levels
            to their numerical value.
        */
-       static type value(string const & val);
+       static type value(std::string const & val);
 
        /** Display the tags and descriptions of the current debug level
            of ds