From 01891912bc34fc8f692184986f37f5ad10772d06 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Tue, 17 Jul 2007 17:33:36 +0000 Subject: [PATCH] fix std declaration. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19102 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetTabular.cpp | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index 4b3c5e507e..1379f6cbc1 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -55,17 +55,6 @@ #include #include - -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; -- 2.39.2