]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/math.C
Removed all redundant using directives from the source.
[lyx.git] / src / tex2lyx / math.C
index f70ac09651a579221dd6d5fa3ff52592b97e4ad5..3ca609eabd5b30f54f5ad639383a1504c20558b2 100644 (file)
 #include "tex2lyx.h"
 
 #include <iostream>
-#include <vector>
 
 using std::cerr;
 using std::endl;
+
 using std::ostream;
 using std::string;
-using std::vector;
 
 
 bool is_math_env(string const & name)