]> git.lyx.org Git - features.git/blobdiff - src/tabular.C
Replace LString.h with support/std_string.h,
[features.git] / src / tabular.C
index 10e0b797ae4f84c7e10221b1a97a1c68d1d56022..26bb0126e318db6e2e7810815e43ce456bd17bf8 100644 (file)
 
 #include "tabular.h"
 #include "LaTeXFeatures.h"
-#include "Lsstream.h"
+#include "support/std_sstream.h"
 #include "buffer.h"
 #include "debug.h"
-#include "gettext.h"
 #include "lyxlex.h"
-#include "vspace.h"
 
 #include "insets/insettabular.h"
-#include "insets/insettext.h"
 
 #include "support/LAssert.h"
-#include "support/LIstream.h"
 #include "support/lstrings.h"
-#include "support/lyxmanip.h"
 #include "support/tostr.h"
 
-#include "frontends/Alert.h"
-#include "frontends/Painter.h"
 
-#include <algorithm>
-#include <cstdlib>
 
 using namespace lyx::support;