fix std declaration.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19102 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-07-17 17:33:36 +00:00
parent aafefdbe26
commit 01891912bc

View File

@ -55,17 +55,6 @@
#include <iostream>
#include <limits>
namespace lyx {
using support::prefixIs;
using support::ltrim;
using support::rtrim;
using support::suffixIs;
using boost::shared_ptr;
using boost::dynamic_pointer_cast;
using std::abs;
using std::auto_ptr;
using std::endl;
@ -83,6 +72,16 @@ using std::vector;
using std::strlen;
#endif
using boost::shared_ptr;
using boost::dynamic_pointer_cast;
namespace lyx {
using support::prefixIs;
using support::ltrim;
using support::rtrim;
using support::suffixIs;
using cap::dirtyTabularStack;
using cap::tabularStackDirty;