]> git.lyx.org Git - lyx.git/blobdiff - src/author.C
hopefully fix tex2lyx linking.
[lyx.git] / src / author.C
index 093c2d5c035ecb0f862c6f09bb5874ef34ce0fe3..60817affe0da43622d627908f96aa2feb86b990d 100644 (file)
 
 #include "author.h"
 
-#include "support/std_istream.h"
 #include "support/lstrings.h"
 
 #include <boost/assert.hpp>
 
+#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