]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFoot.cpp
Embedding: merge lyx::EmbeddedFiles to lyx::support::EmbeddedFileList
[lyx.git] / src / insets / InsetFoot.cpp
index 1f6cd82c87696c330589972cb8e203060a3b7e9a..44998604198acb5413cf9e8d7716388e7c6bfa1c 100644 (file)
  */
 
 #include <config.h>
-#include "debug.h"
+#include "support/debug.h"
 
 #include "InsetFoot.h"
 
 #include "Buffer.h"
 #include "BufferParams.h"
 #include "Counters.h"
-#include "gettext.h"
+#include "support/gettext.h"
 #include "Layout.h"
 // FIXME: the following is needed just to get the layout of the enclosing
 // paragraph. This seems a bit too much to me (JMarc)
 #include "OutputParams.h"
 #include "ParIterator.h"
+#include "TextClass.h"
 
 #include "support/lstrings.h"
 
 #include <ostream>
 
-namespace lyx {
+using namespace std;
 
-using std::string;
-using std::auto_ptr;
-using std::ostream;
+namespace lyx {
 
 
 InsetFoot::InsetFoot(BufferParams const & bp)