]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetListingsParams.cpp
* src/insets/InsetSpace.cpp:
[lyx.git] / src / insets / InsetListingsParams.cpp
index 9d7ff3c7d285ccc4dd79a874aa7f8125a8bb3b53..2c87a4095c941e2a72eefca0544cab622b7f4dda 100644 (file)
 
 #include "InsetListingsParams.h"
 
-#include "support/gettext.h"
 #include "Length.h"
 #include "Lexer.h"
 
+#include "support/convert.h"
+#include "support/gettext.h"
+#include "support/lassert.h"
 #include "support/lstrings.h"
 #include "support/textutils.h"
-#include "support/convert.h"
-
-#include "support/assert.h"
 
 #include <sstream>