diff options
author | Neil <nyamatongwe@gmail.com> | 2014-05-24 15:15:49 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-05-24 15:15:49 +1000 |
commit | 4e5903ca21ac15692c94be0167f18b994d3df2f9 (patch) | |
tree | 2f7a713cf4c9fb6fe0d39b9e3152ec0cff5ebd2f /lexers/LexRust.cxx | |
parent | c4fb5a967fa550def8a75f12f6216b56aa68a179 (diff) | |
download | scintilla-mirror-4e5903ca21ac15692c94be0167f18b994d3df2f9.tar.gz |
Header include statements are now in a standardised order with that order
defined in scripts/HeaderOrder.txt.
Diffstat (limited to 'lexers/LexRust.cxx')
-rw-r--r-- | lexers/LexRust.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexRust.cxx b/lexers/LexRust.cxx index bf59933af..8a3020532 100644 --- a/lexers/LexRust.cxx +++ b/lexers/LexRust.cxx @@ -21,6 +21,7 @@ #include "Scintilla.h" #include "SciLexer.h" +#include "PropSetSimple.h" #include "WordList.h" #include "LexAccessor.h" #include "Accessor.h" @@ -28,7 +29,6 @@ #include "CharacterSet.h" #include "LexerModule.h" #include "OptionSet.h" -#include "PropSetSimple.h" #ifdef SCI_NAMESPACE using namespace Scintilla; |