]> 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 be8634f317065c12214b360deecc62c6fc7f137a..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 <ostream>
 
-namespace lyx {
+using namespace std;
 
-using std::string;
-using std::auto_ptr;
-using std::ostream;
+namespace lyx {
 
 
 InsetFoot::InsetFoot(BufferParams const & bp)