]> 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 066f3bcd769e7fe099a3d11d5223ab084dd199b8..3dae9df1b2a973049dd1bc8a22ac5d2aea92431c 100644 (file)
 #include "InsetTheorem.h"
 #include "insets/InsetText.h"
 
-#include "debug.h"
-#include "gettext.h"
+#include "support/debug.h"
+#include "support/gettext.h"
 #include "FontInfo.h"
 #include "Text.h"
 #include "MetricsInfo.h"
 
 #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