X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftex2lyx%2Fmath.C;h=3ca609eabd5b30f54f5ad639383a1504c20558b2;hb=4c6e0fe4226ce3b55d13726977f1e579f17c2ad1;hp=f70ac09651a579221dd6d5fa3ff52592b97e4ad5;hpb=0705dae8a3a2bcdd6be55eb468547c1389e84d2c;p=lyx.git diff --git a/src/tex2lyx/math.C b/src/tex2lyx/math.C index f70ac09651..3ca609eabd 100644 --- a/src/tex2lyx/math.C +++ b/src/tex2lyx/math.C @@ -15,13 +15,12 @@ #include "tex2lyx.h" #include -#include using std::cerr; using std::endl; + using std::ostream; using std::string; -using std::vector; bool is_math_env(string const & name)