mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix header inclusion order
This cures a crash with stdlib-debug on autotools
This commit is contained in:
parent
3e7dc04d21
commit
aaeb425230
@ -10,10 +10,8 @@
|
||||
* Full author contact details are available in file CREDITS.
|
||||
*/
|
||||
|
||||
#include <typeinfo>
|
||||
|
||||
#include <config.h>
|
||||
#include <xml.h>
|
||||
#include <typeinfo>
|
||||
|
||||
#include "InsetBox.h"
|
||||
#include "InsetCaption.h"
|
||||
@ -33,6 +31,7 @@
|
||||
#include "FuncStatus.h"
|
||||
#include "LaTeXFeatures.h"
|
||||
#include "Lexer.h"
|
||||
#include "xml.h"
|
||||
#include "output_docbook.h"
|
||||
#include "output_xhtml.h"
|
||||
#include "ParIterator.h"
|
||||
|
Loading…
Reference in New Issue
Block a user