]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.cpp
Embedding: display a pin at the top left corner of embedded figures
[lyx.git] / src / insets / InsetWrap.cpp
index aea6976a526561b70aa3bdb6a127a1862416ff40..9155960c2f4f833f9c42b0712075e8ca3043ca38 100644 (file)
 #include "support/convert.h"
 #include "support/docstream.h"
 
+using namespace std;
 
 namespace lyx {
 
-using std::string;
-using std::endl;
-using std::istringstream;
-using std::ostream;
-using std::ostringstream;
-
 
 InsetWrap::InsetWrap(BufferParams const & bp, string const & type)
        : InsetCollapsable(bp), name_(from_utf8(type))