]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.cpp
Refactor InsetQuotes.h enums
[lyx.git] / src / output_latex.cpp
index 97a5077bb5beddf7c0818a4009e34866a772d315..8f8459ffa724baa01dff408732f284dc3d956403 100644 (file)
@@ -35,7 +35,6 @@
 #include "support/convert.h"
 #include "support/debug.h"
 #include "support/lstrings.h"
-#include "support/lyxalgo.h"
 #include "support/textutils.h"
 #include "support/gettext.h"
 
@@ -600,7 +599,7 @@ void addArgInsets(Paragraph const & par, string const & prefix,
                string const name = prefix.empty() ?
                        arg->name() : split(arg->name(), ':');
                size_t const nr = convert<size_t>(name);
-        ilist.insert({nr, arg});
+               ilist.insert({nr, arg});
                Layout::LaTeXArgMap::const_iterator const lit =
                        latexargs.find(arg->name());
                if (lit != latexargs.end()) {