]> git.lyx.org Git - features.git/commitdiff
Fix include orderings.
authorPavel Sanda <sanda@lyx.org>
Wed, 18 Jun 2008 18:54:31 +0000 (18:54 +0000)
committerPavel Sanda <sanda@lyx.org>
Wed, 18 Jun 2008 18:54:31 +0000 (18:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25309 a592a061-630c-0410-9148-cb99ea01b6c8

31 files changed:
src/insets/ExternalTransforms.cpp
src/insets/Inset.cpp
src/insets/InsetBibitem.cpp
src/insets/InsetBibitem.h
src/insets/InsetBox.cpp
src/insets/InsetCaption.cpp
src/insets/InsetCollapsable.cpp
src/insets/InsetERT.cpp
src/insets/InsetExternal.cpp
src/insets/InsetFlex.cpp
src/insets/InsetFloat.cpp
src/insets/InsetFloatList.cpp
src/insets/InsetFoot.cpp
src/insets/InsetGraphics.cpp
src/insets/InsetGraphicsParams.cpp
src/insets/InsetHyperlink.cpp
src/insets/InsetInclude.cpp
src/insets/InsetInfo.cpp
src/insets/InsetLabel.cpp
src/insets/InsetLayout.cpp
src/insets/InsetLine.cpp
src/insets/InsetListingsParams.cpp
src/insets/InsetNewpage.cpp
src/insets/InsetNomencl.cpp
src/insets/InsetTOC.cpp
src/insets/InsetTabular.cpp
src/insets/InsetVSpace.cpp
src/insets/InsetWrap.cpp
src/insets/RenderGraphic.cpp
src/insets/RenderPreview.cpp
src/insets/RenderPreview.h

index 76404738c10081e60a8557278aa3fbbce4c10e66..270a7c83b0f9deb387387ec84d074b9c66bca1ef 100644 (file)
 
 #include "ExternalTransforms.h"
 
+#include "support/convert.h"
 #include "support/debug.h"
 #include "support/lstrings.h"
 #include "support/lyxlib.h" // float_equal
-#include "support/convert.h"
 #include "support/Translator.h"
 
 #include <boost/regex.hpp>
index ce754bd1fc53b92d45b78417b55a45b576f25e5b..1b614ff0fede4f223637d484f7d4b4c3acd54d10 100644 (file)
 #include "Text.h"
 #include "TextClass.h"
 
-#include "frontends/Painter.h"
 #include "frontends/Application.h"
+#include "frontends/Painter.h"
 
-#include "support/lassert.h"
 #include "support/convert.h"
 #include "support/debug.h"
 #include "support/docstream.h"
 #include "support/ExceptionMessage.h"
 #include "support/gettext.h"
+#include "support/lassert.h"
 
 #include <map>
 
index f796e3c6c14284f69ef6b3a69385bc7f9440d640..69d213822ba2622003b4ce2026db611ad4648324 100644 (file)
 
 #include "frontends/alert.h"
 
-#include "support/lstrings.h"
+#include "support/convert.h"
 #include "support/docstream.h"
 #include "support/gettext.h"
-#include "support/convert.h"
+#include "support/lstrings.h"
 
 using namespace std;
 using namespace lyx::support;
index 3a23bf925a79a541b7e84e978859c1ad6665122c..435dd7197282a4491a50f9d8e31548a2b5284464 100644 (file)
@@ -12,8 +12,8 @@
 #ifndef INSET_BIBITEM_H
 #define INSET_BIBITEM_H
 
-#include "InsetCommand.h"
 #include "BiblioInfo.h"
+#include "InsetCommand.h"
 
 
 namespace lyx {
index 25911bc985f4f0b0612c1a0b4b8a0cc56e818652..2645974fb98f8e6ba5b63d002a1a3f5b725a568e 100644 (file)
 #include "DispatchResult.h"
 #include "FuncStatus.h"
 #include "FuncRequest.h"
-#include "support/gettext.h"
 #include "LaTeXFeatures.h"
 #include "Lexer.h"
 #include "MetricsInfo.h"
 #include "TextClass.h"
 
 #include "support/debug.h"
+#include "support/gettext.h"
 #include "support/Translator.h"
 
 #include "frontends/Application.h"
index f69b17b3bfa7ad1093c86e01ff72867310d1048a..b0f4d029817a9fde3df699ae6f7faa8d9c741f56 100644 (file)
@@ -24,7 +24,6 @@
 #include "FloatList.h"
 #include "FuncRequest.h"
 #include "FuncStatus.h"
-#include "support/gettext.h"
 #include "InsetList.h"
 #include "MetricsInfo.h"
 #include "output_latex.h"
@@ -37,6 +36,7 @@
 #include "frontends/FontMetrics.h"
 #include "frontends/Painter.h"
 
+#include "support/gettext.h"
 #include "support/lstrings.h"
 
 #include <sstream>
index 30c79101caad09607aa78a969808b811fa0764c8..f9994d2d16f1464630974b861a0cf0797eba5e69 100644 (file)
 #include "Dimension.h"
 #include "DispatchResult.h"
 #include "FloatList.h"
+#include "FuncRequest.h"
 #include "FuncStatus.h"
 #include "InsetLayout.h"
 #include "Language.h"
 #include "LaTeXFeatures.h"
 #include "Lexer.h"
-#include "FuncRequest.h"
 #include "MetricsInfo.h"
 #include "ParagraphParameters.h"
 #include "TextClass.h"
 #include "frontends/FontMetrics.h"
 #include "frontends/Painter.h"
 
-#include "support/lassert.h"
 #include "support/debug.h"
 #include "support/docstream.h"
 #include "support/gettext.h"
+#include "support/lassert.h"
 
 using namespace std;
 
index 30a290510d3fb9e2e3aaee31e7e2e5605ca044f5..a25db23df222ad7eb32a94791560ae5f9f3c4ac3 100644 (file)
 #include "FuncStatus.h"
 #include "Language.h"
 #include "Layout.h"
-#include "LyXAction.h"
 #include "Lexer.h"
-#include "TextClass.h"
+#include "LyXAction.h"
 #include "MetricsInfo.h"
 #include "ParagraphParameters.h"
 #include "Paragraph.h"
+#include "TextClass.h"
 
 #include "frontends/alert.h"
 #include "frontends/Application.h"
index a2b820c49071ee48bf00651eb2cafba4b1c70034..0001b3775f4d8f7741a0565fa78e2a5faf2f5c48 100644 (file)
 
 #include "graphics/PreviewLoader.h"
 
+#include "support/convert.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"
 #include "support/Translator.h"
 
 #include <boost/bind.hpp>
index 717fb2b100097482ad52264fbc98a4168fcc7bae..b768a4b344ecd88a498745911465bc6fb3ee5c45 100644 (file)
 
 #include "Buffer.h"
 #include "BufferParams.h"
-#include "support/gettext.h"
 #include "LaTeXFeatures.h"
 #include "Lexer.h"
-#include "Text.h"
 #include "MetricsInfo.h"
 #include "Paragraph.h"
 #include "paragraph_funcs.h"
 #include "sgml.h"
+#include "Text.h"
+
+#include "support/gettext.h"
 
 #include <ostream>
 
index 6b19e8cc835e7704b4c969d4402aa02545936a9b..a595b2e0321f5560530f58b5abef6d6fd352c9b4 100644 (file)
@@ -34,9 +34,9 @@
 
 #include "support/convert.h"
 #include "support/debug.h"
+#include "support/docstream.h"
 #include "support/gettext.h"
 #include "support/lstrings.h"
-#include "support/docstream.h"
 
 #include "frontends/Application.h"
 
index dd8cf315fa5773489442c5ebe828f893fd8acd6f..e0dedf0b80856a95b7c4bb2760fcbbad7d903703 100644 (file)
@@ -21,8 +21,8 @@
 #include "LaTeXFeatures.h"
 #include "Lexer.h"
 #include "MetricsInfo.h"
-#include "TocBackend.h"
 #include "TextClass.h"
+#include "TocBackend.h"
 
 #include "support/debug.h"
 #include "support/gettext.h"
index 708eb3d1f86ef5d732f8e9dc0b89aecc04a3d83b..bace67f593a15583867e321df81a94615bd35ab4 100644 (file)
@@ -16,7 +16,6 @@
 #include "Buffer.h"
 #include "BufferParams.h"
 #include "Counters.h"
-#include "support/gettext.h"
 #include "Layout.h"
 // FIXME: the following is needed just to get the layout of the enclosing
 // paragraph. This seems a bit too much to me (JMarc)
@@ -27,6 +26,7 @@
 
 #include "support/debug.h"
 #include "support/docstream.h"
+#include "support/gettext.h"
 #include "support/lstrings.h"
 
 using namespace std;
index 39e96db285a2635a531130d6e242a3146e89f68e..2bd0cae1118a9aff97be69506576ac5a0dda2480 100644 (file)
@@ -59,6 +59,7 @@ TODO
 #include "Format.h"
 #include "FuncRequest.h"
 #include "FuncStatus.h"
+#include "InsetIterator.h"
 #include "LaTeXFeatures.h"
 #include "Length.h"
 #include "Lexer.h"
@@ -67,7 +68,6 @@ TODO
 #include "OutputParams.h"
 #include "sgml.h"
 #include "TocBackend.h"
-#include "InsetIterator.h"
 
 #include "frontends/alert.h"
 #include "frontends/Application.h"
index ad796d7638ff0f3794bb27ec6ba11f9bdd7d3200..eac1b4355e7369233780cc72e44b7ca41419bcd2 100644 (file)
 
 #include "InsetGraphicsParams.h"
 
+#include "Buffer.h"
 #include "LyX.h" // for use_gui
 #include "Lexer.h"
 #include "LyXRC.h"
-#include "Buffer.h"
 
 #include "graphics/GraphicsParams.h"
 #include "graphics/GraphicsTypes.h"
index 3079faa0c97d1be8c508eb56c670f89f3a75e154..fed64bece230293249522e56df627b5ce6498f30 100644 (file)
 #include "DispatchResult.h"
 #include "FuncRequest.h"
 #include "LaTeXFeatures.h"
-#include "support/gettext.h"
 #include "OutputParams.h"
 
-#include "support/lstrings.h"
 #include "support/docstream.h"
+#include "support/gettext.h"
+#include "support/lstrings.h"
 
 using namespace std;
 using namespace lyx::support;
index c0f10af568b3508656ae8a40404674ace52596c5..d976556a02cd4af8ce05017554b770a1e82e187d 100644 (file)
@@ -13,7 +13,6 @@
 
 #include "InsetInclude.h"
 
-#include "LayoutFile.h"
 #include "Buffer.h"
 #include "buffer_funcs.h"
 #include "BufferList.h"
@@ -27,6 +26,7 @@
 #include "FuncRequest.h"
 #include "FuncStatus.h"
 #include "LaTeXFeatures.h"
+#include "LayoutFile.h"
 #include "LyX.h"
 #include "LyXFunc.h"
 #include "LyXRC.h"
 #include "insets/InsetListingsParams.h"
 #include "insets/RenderPreview.h"
 
-#include "support/lassert.h"
+#include "support/convert.h"
 #include "support/debug.h"
 #include "support/docstream.h"
 #include "support/FileNameList.h"
 #include "support/filetools.h"
 #include "support/gettext.h"
+#include "support/lassert.h"
 #include "support/lstrings.h" // contains
 #include "support/lyxalgo.h"
-#include "support/convert.h"
 
 #include <boost/bind.hpp>
 
index 5e6eba7251814ff31b5b4ce7617caf3f9d76b601..32be68a172ca3a2e56b1f2c3fcbf98d348bb86b8 100644 (file)
@@ -11,7 +11,6 @@
 
 #include "InsetInfo.h"
 
-#include "LayoutFile.h"
 #include "Buffer.h"
 #include "BufferParams.h"
 #include "BufferView.h"
@@ -21,6 +20,7 @@
 #include "InsetSpecialChar.h"
 #include "KeyMap.h"
 #include "LaTeXFeatures.h"
+#include "LayoutFile.h"
 #include "LyXAction.h"
 #include "LyXRC.h"
 #include "Lexer.h"
 #include "support/debug.h"
 #include "support/docstream.h"
 #include "support/docstring_list.h"
+#include "support/ExceptionMessage.h"
 #include "support/FileName.h"
 #include "support/filetools.h"
 #include "support/gettext.h"
 #include "support/lstrings.h"
-#include "support/ExceptionMessage.h"
 
 #include <sstream>
 
index 55ab479fa2efd38e829090ba2d722818a7c29fe8..2b95d62fa987a1bc86d130327711ebe21fd1d0ab 100644 (file)
@@ -28,9 +28,9 @@
 #include "frontends/alert.h"
 
 #include "support/convert.h"
-#include "support/lyxalgo.h"
 #include "support/gettext.h"
 #include "support/lstrings.h"
+#include "support/lyxalgo.h"
 
 using namespace std;
 using namespace lyx::support;
index f50d1c8ce0ae8c1dbbd7901f03121152dc636b3d..8e117224ae1ab0771e5a905450499a7733ebe661 100644 (file)
@@ -17,6 +17,7 @@
 #include "Color.h"
 #include "Font.h"
 #include "Lexer.h"
+
 #include "support/lstrings.h"
 
 #include <vector>
index d90c285bc185b67bb6edb12de03d2959d30f7b73..816e8cd06e3801cf894e8a707f414e73636d0fe7 100644 (file)
@@ -14,8 +14,8 @@
 
 #include "Dimension.h"
 #include "Font.h"
-#include "MetricsInfo.h"
 #include "LaTeXFeatures.h"
+#include "MetricsInfo.h"
 #include "OutputParams.h"
 #include "Text.h"
 
index 4c0b804372e0b472f3f2a18472032b9392779625..2c87a4095c941e2a72eefca0544cab622b7f4dda 100644 (file)
 
 #include "InsetListingsParams.h"
 
-#include "support/gettext.h"
 #include "Length.h"
 #include "Lexer.h"
 
-#include "support/lstrings.h"
-#include "support/textutils.h"
 #include "support/convert.h"
-
+#include "support/gettext.h"
 #include "support/lassert.h"
+#include "support/lstrings.h"
+#include "support/textutils.h"
 
 #include <sstream>
 
index 9cb680c6849007c1ccfe3b036880b0fda889a5cf..511fbfb6e7fe958c2081e15298f4272e8b898582 100644 (file)
 
 #include "FuncRequest.h"
 #include "FuncStatus.h"
-#include "Text.h"
 #include "Lexer.h"
 #include "MetricsInfo.h"
 #include "OutputParams.h"
+#include "Text.h"
 #include "TextMetrics.h"
 
 #include "frontends/FontMetrics.h"
index 75e639083adf856c998571120d6c91d1110b5071..e063795760c29b9bc1392cc4f60e46e4f2a270cd 100644 (file)
 #include "Buffer.h"
 #include "DispatchResult.h"
 #include "FuncRequest.h"
-#include "support/gettext.h"
 #include "InsetIterator.h"
 #include "LaTeXFeatures.h"
 #include "MetricsInfo.h"
 #include "sgml.h"
 
 #include "support/docstream.h"
+#include "support/gettext.h"
 
 using namespace std;
 
index 80abdf91634d65f6e89f4c25020d342f2c1bad8e..eeb04d23694089288bf5ce0a0ac3e763b8328331 100644 (file)
 #include "Buffer.h"
 #include "DispatchResult.h"
 #include "FuncRequest.h"
-#include "support/gettext.h"
 #include "MetricsInfo.h"
 #include "OutputParams.h"
 #include "TocBackend.h"
 
+#include "support/gettext.h"
+
 #include <ostream>
 
 using namespace std;
index ac91fab19f855eb198fc031be0b8f107cc7cd38b..940526f59267898a70e37e04b0d93c4101c8d415 100644 (file)
 #include "frontends/Painter.h"
 #include "frontends/Selection.h"
 
-#include "support/lassert.h"
 #include "support/convert.h"
 #include "support/debug.h"
 #include "support/docstream.h"
 #include "support/FileName.h"
 #include "support/gettext.h"
+#include "support/lassert.h"
 #include "support/lstrings.h"
 
 #include <boost/scoped_ptr.hpp>
index e109896ed2edc165d0217cf8b26dcabb91a82e83..0b782f00b859c36eb154623c8905d9e3adbcc683 100644 (file)
 #include "FuncRequest.h"
 #include "FuncStatus.h"
 #include "Lexer.h"
-#include "Text.h"
 #include "MetricsInfo.h"
 #include "OutputParams.h"
+#include "Text.h"
 
-#include "support/lassert.h"
 #include "support/debug.h"
 #include "support/gettext.h"
+#include "support/lassert.h"
 
 #include "frontends/Application.h"
 #include "frontends/FontMetrics.h"
index 04013f680e9c188b1415dd8bf3e4171bdadff7c0..f1b49923e3742b58986f86fd3c43a9f34ec36c32 100644 (file)
@@ -31,8 +31,8 @@
 #include "TocBackend.h"
 
 #include "support/convert.h"
-#include "support/docstream.h"
 #include "support/debug.h"
+#include "support/docstream.h"
 #include "support/gettext.h"
 
 #include "frontends/Application.h"
index df1a93a1804f565301945bf8b5c60a94ef899a74..bca3a518f8dd2489f7ea2bce2810bf6f2499058f 100644 (file)
@@ -14,9 +14,6 @@
 
 #include "insets/Inset.h"
 
-#include "support/FileName.h"
-#include "support/filetools.h"
-#include "support/gettext.h"
 #include "LyX.h"
 #include "LyXRC.h"
 #include "MetricsInfo.h"
@@ -26,7 +23,9 @@
 
 #include "graphics/GraphicsImage.h"
 
+#include "support/FileName.h"
 #include "support/filetools.h"
+#include "support/gettext.h"
 
 #include <boost/bind.hpp>
 
index 584a8486c9d9f934ed736f5e231c65580c8c3b13..5f5a1707f36008e7bbd010d8a4fea7884cf4b2f8 100644 (file)
@@ -15,7 +15,6 @@
 
 #include "BufferView.h"
 #include "Dimension.h"
-#include "support/gettext.h"
 #include "LyX.h"
 #include "LyXRC.h"
 #include "MetricsInfo.h"
@@ -27,8 +26,9 @@
 #include "graphics/PreviewLoader.h"
 #include "graphics/Previews.h"
 
-#include "support/lassert.h"
 #include "support/FileName.h"
+#include "support/gettext.h"
+#include "support/lassert.h"
 #include "support/lstrings.h"
 
 #include <boost/bind.hpp>
index 38a9aa80d4372b74abb6d0d339110c302050cbed..bad2bff452059bffbd39b504d8c824eb245c5507 100644 (file)
@@ -18,8 +18,8 @@
 
 #include "RenderBase.h"
 
-#include "support/FileMonitor.h"
 #include "support/docstring.h"
+#include "support/FileMonitor.h"
 
 #include <boost/signal.hpp>
 #include <boost/signals/trackable.hpp>