X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetExternal.cpp;h=3efc70a6bfd761303787475e9c65dddafe0d8fcc;hb=2bf1c09376de37a3d66b79ca5f4304f29d5b4d06;hp=ffdc218360727ebafc4cd2a757b66ab33b892021;hpb=ba76bf5eb85db5a10839fccee3430d906d3f7b70;p=lyx.git diff --git a/src/insets/InsetExternal.cpp b/src/insets/InsetExternal.cpp index ffdc218360..3efc70a6bf 100644 --- a/src/insets/InsetExternal.cpp +++ b/src/insets/InsetExternal.cpp @@ -19,12 +19,10 @@ #include "Buffer.h" #include "Cursor.h" -#include "support/debug.h" #include "DispatchResult.h" #include "Exporter.h" #include "FuncStatus.h" #include "FuncRequest.h" -#include "support/gettext.h" #include "LaTeXFeatures.h" #include "Lexer.h" #include "LyXRC.h" @@ -35,8 +33,10 @@ #include "graphics/PreviewLoader.h" +#include "support/debug.h" #include "support/ExceptionMessage.h" #include "support/filetools.h" +#include "support/gettext.h" #include "support/lstrings.h" #include "support/lyxlib.h" #include "support/convert.h"