]> git.lyx.org Git - features.git/commitdiff
Sort order
authorPavel Sanda <sanda@lyx.org>
Sun, 21 Dec 2008 01:54:04 +0000 (01:54 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 21 Dec 2008 01:54:04 +0000 (01:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27940 a592a061-630c-0410-9148-cb99ea01b6c8

src/Text.cpp
src/Text3.cpp

index cf4e584eac913e2913be99e015b53802a744e208..baf75c17c9d0bfce04037f85c265c8f430fe1834 100644 (file)
 #include "insets/InsetSpecialChar.h"
 #include "insets/InsetTabular.h"
 
-#include "support/lassert.h"
 #include "support/convert.h"
 #include "support/debug.h"
 #include "support/docstream.h"
 #include "support/gettext.h"
+#include "support/lassert.h"
 #include "support/lstrings.h"
 #include "support/textutils.h"
 
index 5a00ef8bd480a1df68bef26dd6b60c58e45245f0..a20b366035bde04e425568982912b714b06d0848 100644 (file)
 #include "TextMetrics.h"
 #include "VSpace.h"
 
-#include "frontends/Clipboard.h"
-#include "frontends/Selection.h"
 #include "frontends/Application.h"
+#include "frontends/Clipboard.h"
 #include "frontends/LyXView.h"
+#include "frontends/Selection.h"
 #include "frontends/WorkArea.h"
 
 #include "insets/InsetCollapsable.h"
 #include "insets/InsetCommand.h"
 #include "insets/InsetExternal.h"
 #include "insets/InsetFloatList.h"
+#include "insets/InsetGraphics.h"
+#include "insets/InsetGraphicsParams.h"
 #include "insets/InsetNewline.h"
 #include "insets/InsetQuotes.h"
 #include "insets/InsetSpecialChar.h"
 #include "insets/InsetText.h"
-#include "insets/InsetGraphics.h"
-#include "insets/InsetGraphicsParams.h"
 
 #include "support/convert.h"
 #include "support/debug.h"