]> git.lyx.org Git - lyx.git/blobdiff - src/Spacing.cpp
Embedding: saving inzip name to .lyx file so that embedded files can always be found...
[lyx.git] / src / Spacing.cpp
index d2ed1acd80dee85017672f17af7b4eb088d7d4ec..9589cff1cd75f02bb180b9bede746a3d071728d4 100644 (file)
 #include <sstream>
 #include <string>
 
+using namespace std;
 
 namespace lyx {
 
 
-using std::ostream;
-using std::ostringstream;
-using std::string;
-
-
 string const Spacing::spacing_string[]
        = {"single", "onehalf", "double", "other"};