]> git.lyx.org Git - lyx.git/blobdiff - src/messages.C
ws changes only
[lyx.git] / src / messages.C
index a933fbacdc55e6fd95f07fa3d00662ede5c6d719..0fcf097708f33bccf4eca75225e2270050aa5e56 100644 (file)
 #include <config.h>
 
 #include "messages.h"
-#include "debug.h"
 #include "support/filetools.h"
 #include "support/path_defines.h"
 
-using namespace lyx::support;
+using lyx::support::GetEnvPath;
+using lyx::support::lyx_localedir;
+
+using std::string;
 
 
 #ifdef ENABLE_NLS
@@ -37,7 +39,7 @@ string const & getLocaleDir()
 
 #if 0
 
-#include <locale>
+-#include <locale>
 
 // This version of the Pimpl utilizes the message capability of
 // libstdc++ that is distributed with GNU G++.