]> git.lyx.org Git - lyx.git/blobdiff - src/debug.cpp
Fulfill promise to Andre: TextClass_ptr --> TextClassPtr.
[lyx.git] / src / debug.cpp
index 2e532fc7ece072aaac54b6f703927d962cb6f682..bff728d33482c8df5ae371c5542b24798026fd6c 100644 (file)
 #include <iostream>
 #include <iomanip>
 
+using std::setw;
+using std::string;
+using std::ostream;
+
 
 namespace lyx {
 
@@ -27,10 +31,6 @@ using support::ascii_lowercase;
 using support::bformat;
 using support::isStrInt;
 
-using std::setw;
-using std::string;
-using std::ostream;
-
 namespace {
 
 struct error_item {