]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/table.cpp
* Doxy: polish html output.
[lyx.git] / src / tex2lyx / table.cpp
index 2fa33955e7888f9f60c06b063af5c34d9fadc521..79f750d8c79b5475c9f6dc71f1696be7d61b7aaa 100644 (file)
 #include <vector>
 #include <map>
 
+using namespace std;
 
 namespace lyx {
 
-using std::cerr;
-using std::endl;
-using std::istringstream;
-using std::ostream;
-using std::ostringstream;
-using std::string;
-using std::vector;
-
-
 // filled in preamble.cpp
-std::map<char, int> special_columns;
+map<char, int> special_columns;
 
 
 namespace {