]> git.lyx.org Git - lyx.git/blobdiff - src/SpellBase.cpp
InsetInfo: Output 'undefined' instead of an error message for undefined shortcut
[lyx.git] / src / SpellBase.cpp
index 89734b613df36fbfc66b293f8ca55f5b9bc5c086..ea76127bad7a201661cef5d834bfe56f91cdb36e 100644 (file)
 #include <config.h>
 
 #include "SpellBase.h"
-#include "gettext.h"
+#include "support/gettext.h"
 #include "support/docstring.h"
 
+using namespace std;
 
 namespace lyx {
 
-using std::string;
-
 
 bool SpellBase::alive()
 {