]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfoot.C
ws changes only
[lyx.git] / src / insets / insetfoot.C
index cc047e2a9ba47912eab93372b4441aa760fcd22d..46a2caa7cf637b0f5f202e627d14a0a83bea1ea8 100644 (file)
 #include <config.h>
 
 #include "insetfoot.h"
+
 #include "gettext.h"
-#include "lyxfont.h"
-#include "BufferView.h"
 #include "latexrunparams.h"
-#include "lyxtext.h"
-#include "insets/insettext.h"
-#include "support/LOstream.h"
-#include "debug.h"
 // the following are needed just to get the layout of the enclosing
 // paragraph. This seems a bit too much to me (JMarc)
 #include "lyxlayout.h"
+#include "paragraph.h"
 #include "paragraph_funcs.h"
 
+#include "support/std_ostream.h"
 
-using std::ostream;
+
+using std::string;
 using std::auto_ptr;
+using std::ostream;
 
 
 InsetFoot::InsetFoot(BufferParams const & bp)