]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathAutoCorrect.cpp
* src/mathed/InsetMathHull.cpp:
[lyx.git] / src / mathed / MathAutoCorrect.cpp
index c8b6788af5235331b33417a6e1100337787dedf2..5b82670ee3c3f04ef3958ce6b59938c0d909a86e 100644 (file)
 #include "InsetMath.h"
 #include "MathSupport.h"
 #include "MathParser.h"
-#include "support/debug.h"
 
+#include "support/debug.h"
+#include "support/FileName.h"
 #include "support/filetools.h" //  LibFileSearch
 #include "support/docstream.h"
 
 #include <fstream>
 #include <sstream>
 
+using namespace std;
 
 namespace lyx {
 
 using support::libFileSearch;
 
-using std::string;
-using std::ifstream;
-using std::endl;
-using std::vector;
-
 namespace {
 
 class Correction {