]> git.lyx.org Git - features.git/blobdiff - src/insets/insettabular.h
Replace LString.h with support/std_string.h,
[features.git] / src / insets / insettabular.h
index f3f6781e7120f35dcc35f1d15190b10e9b7b7b4c..372c42efb176a9f2aee0709241dce824bfdd53e0 100644 (file)
 
 #include "inset.h"
 #include "tabular.h"
-#include "LString.h"
-#include "FuncStatus.h"
+#include "support/std_string.h"
 #include "frontends/mouse_state.h"
 
+class FuncStatus;
 class LyXLex;
 class Painter;
 class BufferView;