]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/math.cpp
tex2lyx/text.cpp: cosmetic
[lyx.git] / src / tex2lyx / math.cpp
index 30af6a6cb2a42764e2af7c0b5dbd3878690e8d2f..e5ba486957a34f680e1674611c44195b26b3c204 100644 (file)
 
 #include <iostream>
 
+using namespace std;
 
 namespace lyx {
 
-using std::cerr;
-using std::endl;
-
-using std::ostream;
-using std::string;
-
 
 bool is_math_env(string const & name)
 {