]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetListingsParams.cpp
Revert http://www.lyx.org/trac/changeset/25553 and try better fix for bug
[lyx.git] / src / insets / InsetListingsParams.cpp
index 4c0b804372e0b472f3f2a18472032b9392779625..2c87a4095c941e2a72eefca0544cab622b7f4dda 100644 (file)
 
 #include "InsetListingsParams.h"
 
-#include "support/gettext.h"
 #include "Length.h"
 #include "Lexer.h"
 
-#include "support/lstrings.h"
-#include "support/textutils.h"
 #include "support/convert.h"
-
+#include "support/gettext.h"
 #include "support/lassert.h"
+#include "support/lstrings.h"
+#include "support/textutils.h"
 
 #include <sstream>