]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTheorem.cpp
* Inset: Prepare for an eventual merge of updateLabels() and addToToc()
[lyx.git] / src / insets / InsetTheorem.cpp
index 9a62fbf483a17da2c68fb5fde0dadd9a138b0f32..3dae9df1b2a973049dd1bc8a22ac5d2aea92431c 100644 (file)
 
 #include <ostream>
 
+using namespace std;
 
 namespace lyx {
 
-using std::endl;
-using std::ostream;
-
-
 /*
   The intention is to be able to create arbitrary theorem like environments
    sing this class and some helper/container classes. It should be possible