]> git.lyx.org Git - lyx.git/blobdiff - src/Author.cpp
Fulfill promise to Andre: TextClass_ptr --> TextClassPtr.
[lyx.git] / src / Author.cpp
index 2a74fe17d190c9107e0367dad6e4083fcea193b8..58751d07102aac9c2406163c343c2dc3929a60ef 100644 (file)
 
 #include "support/std_istream.h"
 
+using std::string;
 
 namespace lyx {
 
 using support::token;
 using support::trim;
 
-using std::string;
-
 
 bool operator==(Author const & l, Author const & r)
 {