]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRef.cpp
simplify GuiToc / TocWidget interaction. Much can still be simplified...
[lyx.git] / src / mathed / InsetMathRef.cpp
index de847d1b19484c94d6d50e14d680169c7f171a6e..f17acde308ce9a8003ef40c2ca0cb17660d9e2a0 100644 (file)
 #include "LaTeXFeatures.h"
 #include "Buffer.h"
 #include "Cursor.h"
-#include "debug.h"
+#include "support/debug.h"
 #include "FuncRequest.h"
 #include "FuncStatus.h"
-#include "gettext.h"
+#include "support/gettext.h"
 #include "MathData.h"
 #include "MathFactory.h"
 #include "MathSupport.h"
@@ -30,8 +30,7 @@
 
 #include <ostream>
 
-using std::string;
-
+using namespace std;
 
 namespace lyx {