From: Bo Peng Date: Fri, 24 Aug 2007 17:09:28 +0000 (+0000) Subject: Remove unused std::time in src/DepTable.cpp X-Git-Tag: 1.6.10~8714 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2a2a5e13dd906709b8f0bab90d2cc2eb47bdc055;p=features.git Remove unused std::time in src/DepTable.cpp git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19781 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/DepTable.cpp b/src/DepTable.cpp index 1cef441eb2..4613405583 100644 --- a/src/DepTable.cpp +++ b/src/DepTable.cpp @@ -25,9 +25,6 @@ #include -#ifndef CXX_GLOBAL_CSTD -using std::time; -#endif using std::endl; using std::flush; using std::getline;