]> git.lyx.org Git - lyx.git/blobdiff - src/DepTable.cpp
LaTeXFeatures.cpp: "wrapfig" has to be loaded after "float"
[lyx.git] / src / DepTable.cpp
index c68eef628e45fa567e1898edb0aa54c2a0156b32..46134055835b9130609d94347047ab087dad1d6a 100644 (file)
 
 #include <fstream>
 
+using std::endl;
+using std::flush;
+using std::getline;
+using std::string;
+using std::ofstream;
+using std::ifstream;
 
-namespace lyx {
 
-#ifndef CXX_GLOBAL_CSTD
-using std::time;
-#endif
+namespace lyx {
 
 using support::FileName;
 using support::ltrim;
@@ -38,13 +41,6 @@ using support::onlyFilename;
 using support::suffixIs;
 using support::sum;
 
-using std::endl;
-using std::flush;
-using std::getline;
-using std::string;
-using std::ofstream;
-using std::ifstream;
-
 inline
 bool DepTable::dep_info::changed() const
 {