]> git.lyx.org Git - lyx.git/blobdiff - src/FloatList.cpp
Embedding: saving inzip name to .lyx file so that embedded files can always be found...
[lyx.git] / src / FloatList.cpp
index acdc628e7da95a56a9d7831762a40496487b5f47..28d37ecb021f682200a0736db5f84066ef35d634 100644 (file)
 #include "FloatList.h"
 #include "Floating.h"
 
+using namespace std;
 
 namespace lyx {
 
-using std::string;
-
 // This class is now mostly finished, except one thing, it is a global
 // object. This will not do. The user (and layout files) are free to
 // create floats and modify them to fit into a certain document. So it is