Remove unused std::time in src/DepTable.cpp

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19780 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2007-08-24 17:07:36 +00:00
parent dc86101baa
commit 024ff89634

View File

@ -25,9 +25,6 @@
#include <fstream>
#ifndef CXX_GLOBAL_CSTD
using std::time;
#endif
using std::endl;
using std::flush;
using std::getline;