]> git.lyx.org Git - lyx.git/blobdiff - src/Variables.cpp
Correct the mess introduced in r33250.
[lyx.git] / src / Variables.cpp
index 46e542a3211b45e4909dc50c3f45b5bcf46e2807..931c2ed22410544207470a221056028e84f3b3ea 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  * \author Jean-Marc Lasgouttes
  *
  * Full author contact details are available in file CREDITS.
@@ -14,6 +14,7 @@
 #include "Variables.h"
 #include "support/LRegex.h"
 
+using namespace std;
 
 void Variables::set(string const & var, string const & val)
 {
@@ -67,10 +68,7 @@ string const Variables::expand(string const & s) const
 
 #include <iostream>
 
-
 namespace lyx {
-using std::endl;
-using std::cout;
 
 int main() {
        Variables vars;