X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fauthor.C;h=a81b67325c66523f67643cb055bc69a644dedc0b;hb=17cc48720a11a3ed65d9de29d5e7a2d29f9a41f0;hp=093c2d5c035ecb0f862c6f09bb5874ef34ce0fe3;hpb=fcdb71906b6f41dd5719608b1e57286037fc5f2c;p=lyx.git diff --git a/src/author.C b/src/author.C index 093c2d5c03..a81b67325c 100644 --- a/src/author.C +++ b/src/author.C @@ -12,13 +12,17 @@ #include "author.h" -#include "support/std_istream.h" #include "support/lstrings.h" #include +#include "support/std_istream.h" + +using lyx::support::token; +using lyx::support::trim; + +using std::string; -using namespace lyx::support; bool operator==(Author const & l, Author const & r) {