]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/table.C
add config.h
[lyx.git] / src / tex2lyx / table.C
index c936529c3c856217eedda6c7f8607843d87e232c..cff95f4b1f70104cd980489393d6b47c4cd4c861 100644 (file)
 #include "support/lstrings.h"
 
 #include <cctype>
-#include <fstream>
 #include <iostream>
 #include <sstream>
 #include <vector>
 #include <map>
 
+
+namespace lyx {
+
 using std::cerr;
 using std::endl;
 using std::istringstream;
@@ -1118,3 +1120,6 @@ void handle_tabular(Parser & p, ostream & os, bool is_long_tabular,
 
 
 // }])
+
+
+} // namespace lyx