diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index 05cd3a506d..c1ab914fd1 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -20,14 +20,15 @@ #include "InsetTabular.h" -#include "Buffer.h" #include "buffer_funcs.h" +#include "Buffer.h" #include "BufferParams.h" #include "BufferView.h" +#include "Color.h" +#include "CoordCache.h" #include "Counters.h" #include "Cursor.h" #include "CutAndPaste.h" -#include "CoordCache.h" #include "debug.h" #include "DispatchResult.h" #include "FuncRequest.h" @@ -35,13 +36,11 @@ #include "gettext.h" #include "Language.h" #include "LaTeXFeatures.h" -#include "Color.h" -#include "callback.h" #include "Lexer.h" #include "MetricsInfo.h" #include "OutputParams.h" -#include "Paragraph.h" #include "paragraph_funcs.h" +#include "Paragraph.h" #include "ParagraphParameters.h" #include "ParIterator.h" #include "Undo.h"