]> git.lyx.org Git - lyx.git/blobdiff - src/support/convert.cpp
Embedding: merge lyx::EmbeddedFiles to lyx::support::EmbeddedFileList
[lyx.git] / src / support / convert.cpp
index 754a53622e88c3e1ac00caad07859db2ef82841c..125d40492c97eeef2662a5c0b9bcb2a204efd87f 100644 (file)
 
 #include <config.h>
 
-#include "convert.h"
-
+#include "support/convert.h"
 #include "support/docstring.h"
 
 #include <boost/lexical_cast.hpp>
 
 #include <string>
 
+using namespace std;
 
 namespace lyx {
 
 using boost::lexical_cast;
 
-using std::string;
-
-
 template<>
 string convert<string>(bool b)
 {