]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.C
ws changes only
[lyx.git] / src / lyxrc.C
index 080d7315089a5ebaa5451e9ad47b378dfdc3d56f..9995916fc401415aa52163d9becde132ebc543a0 100644 (file)
@@ -7,7 +7,7 @@
  * \author Jean-Marc Lasgouttes
  * \author Angus Leeming
  * \author John Levon
- * \author André Pöntiz
+ * \author André Pönitz
  * \author Allan Rae
  * \author Dekel Tsur
  *
 #include "converter.h"
 #include "format.h"
 #include "gettext.h"
+#include "LColor.h"
 #include "lyxlex.h"
 #include "lyxfont.h"
 
-#include "support/tostr.h"
 #include "support/filetools.h"
 #include "support/lstrings.h"
-#include "support/userinfo.h"
 #include "support/translator.h"
+#include "support/tostr.h"
+#include "support/userinfo.h"
 
-using namespace lyx::support;
+using lyx::support::ascii_lowercase;
+using lyx::support::ExpandPath;
+using lyx::support::GetEnv;
+using lyx::support::LibFileSearch;
+using lyx::support::token;
 
-using std::ostream;
-using std::ofstream;
 using std::cout;
-using std::ios;
 using std::endl;
 
+using std::ios;
+using std::ofstream;
+using std::ostream;
+using std::string;
+
+
 namespace lyx {
 namespace graphics {
 /// The translator between the DisplayType and the corresponding lyx string.