Sort order

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27940 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-12-21 01:54:04 +00:00
parent d9f13a9072
commit 4e4e8afcc2
2 changed files with 5 additions and 5 deletions

View File

@ -59,11 +59,11 @@
#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"

View File

@ -46,22 +46,22 @@
#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"