X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fauthor.C;h=60817affe0da43622d627908f96aa2feb86b990d;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=093c2d5c035ecb0f862c6f09bb5874ef34ce0fe3;hpb=fcdb71906b6f41dd5719608b1e57286037fc5f2c;p=lyx.git diff --git a/src/author.C b/src/author.C index 093c2d5c03..60817affe0 100644 --- a/src/author.C +++ b/src/author.C @@ -12,13 +12,20 @@ #include "author.h" -#include "support/std_istream.h" #include "support/lstrings.h" #include +#include "support/std_istream.h" + + +namespace lyx { + +using support::token; +using support::trim; + +using std::string; -using namespace lyx::support; bool operator==(Author const & l, Author const & r) { @@ -89,3 +96,6 @@ AuthorList::Authors::const_iterator AuthorList::end() const { return authors_.end(); } + + +} // namespace lyx