]> git.lyx.org Git - lyx.git/blobdiff - src/author.C
Make enter button work in GTK text dialog
[lyx.git] / src / author.C
index 093c2d5c035ecb0f862c6f09bb5874ef34ce0fe3..a81b67325c66523f67643cb055bc69a644dedc0b 100644 (file)
 
 #include "author.h"
 
-#include "support/std_istream.h"
 #include "support/lstrings.h"
 
 #include <boost/assert.hpp>
 
+#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)
 {