X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FVariables.cpp;h=931c2ed22410544207470a221056028e84f3b3ea;hb=2098f1d8c20d51e63e670bcdc9da8996068975bf;hp=46e542a3211b45e4909dc50c3f45b5bcf46e2807;hpb=f630be890494c849981e4fb52ea4740506e92bed;p=lyx.git diff --git a/src/Variables.cpp b/src/Variables.cpp index 46e542a321..931c2ed224 100644 --- a/src/Variables.cpp +++ b/src/Variables.cpp @@ -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 - namespace lyx { -using std::endl; -using std::cout; int main() { Variables vars;