X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FDepTable.cpp;h=46134055835b9130609d94347047ab087dad1d6a;hb=1f83c98eb46b8c383714e69ee0e61592dd402aab;hp=c68eef628e45fa567e1898edb0aa54c2a0156b32;hpb=f630be890494c849981e4fb52ea4740506e92bed;p=lyx.git diff --git a/src/DepTable.cpp b/src/DepTable.cpp index c68eef628e..4613405583 100644 --- a/src/DepTable.cpp +++ b/src/DepTable.cpp @@ -25,12 +25,15 @@ #include +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 {