]> git.lyx.org Git - lyx.git/blobdiff - src/support/convert.cpp
Add quote style information to languages
[lyx.git] / src / support / convert.cpp
index 754a53622e88c3e1ac00caad07859db2ef82841c..9c69abbce64cd71b080c27dee4a048cc7ebc71d6 100644 (file)
@@ -3,30 +3,28 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
- * \author Lars Gullik Bjønnes
+ * \author André Pönitz
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-#include "convert.h"
-
+#include "support/convert.h"
 #include "support/docstring.h"
 
 #include <boost/lexical_cast.hpp>
 
 #include <string>
+#include <cstdlib>
 
+using namespace std;
 
 namespace lyx {
 
 using boost::lexical_cast;
 
-using std::string;
-
-
 template<>
 string convert<string>(bool b)
 {