]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ExternalTransforms.cpp
Make members of FuncRequest private, per the FIXME there. Again, this is
[lyx.git] / src / insets / ExternalTransforms.cpp
index 76404738c10081e60a8557278aa3fbbce4c10e66..270a7c83b0f9deb387387ec84d074b9c66bca1ef 100644 (file)
 
 #include "ExternalTransforms.h"
 
+#include "support/convert.h"
 #include "support/debug.h"
 #include "support/lstrings.h"
 #include "support/lyxlib.h" // float_equal
-#include "support/convert.h"
 #include "support/Translator.h"
 
 #include <boost/regex.hpp>