]> git.lyx.org Git - lyx.git/blobdiff - src/DepTable.cpp
Streamlining CollapseStatus stuff
[lyx.git] / src / DepTable.cpp
index c68eef628e45fa567e1898edb0aa54c2a0156b32..1cef441eb24f2aac9683a461127b6a00de66947a 100644 (file)
 
 #include <fstream>
 
-
-namespace lyx {
-
 #ifndef CXX_GLOBAL_CSTD
 using std::time;
 #endif
-
-using support::FileName;
-using support::ltrim;
-using support::onlyFilename;
-using support::suffixIs;
-using support::sum;
-
 using std::endl;
 using std::flush;
 using std::getline;
@@ -45,6 +35,15 @@ using std::string;
 using std::ofstream;
 using std::ifstream;
 
+
+namespace lyx {
+
+using support::FileName;
+using support::ltrim;
+using support::onlyFilename;
+using support::suffixIs;
+using support::sum;
+
 inline
 bool DepTable::dep_info::changed() const
 {