]> git.lyx.org Git - features.git/commitdiff
fix std declaration.
authorAbdelrazak Younes <younes@lyx.org>
Tue, 17 Jul 2007 17:33:36 +0000 (17:33 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 17 Jul 2007 17:33:36 +0000 (17:33 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19102 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetTabular.cpp

index 4b3c5e507ea9e2f55d3255fd78ad31444ff0a88a..1379f6cbc16e968a665acbcfb1fa3a44e0307bb6 100644 (file)
 #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;