aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PositionCache.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-05-24 15:15:49 +1000
committerNeil <nyamatongwe@gmail.com>2014-05-24 15:15:49 +1000
commit4e5903ca21ac15692c94be0167f18b994d3df2f9 (patch)
tree2f7a713cf4c9fb6fe0d39b9e3152ec0cff5ebd2f /src/PositionCache.cxx
parentc4fb5a967fa550def8a75f12f6216b56aa68a179 (diff)
downloadscintilla-mirror-4e5903ca21ac15692c94be0167f18b994d3df2f9.tar.gz
Header include statements are now in a standardised order with that order
defined in scripts/HeaderOrder.txt.
Diffstat (limited to 'src/PositionCache.cxx')
-rw-r--r--src/PositionCache.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PositionCache.cxx b/src/PositionCache.cxx
index e425ebe69..0d2033bb9 100644
--- a/src/PositionCache.cxx
+++ b/src/PositionCache.cxx
@@ -17,6 +17,7 @@
#include "Platform.h"
+#include "ILexer.h"
#include "Scintilla.h"
#include "SplitVector.h"
@@ -32,7 +33,6 @@
#include "ViewStyle.h"
#include "CharClassify.h"
#include "Decoration.h"
-#include "ILexer.h"
#include "CaseFolder.h"
#include "Document.h"
#include "UniConversion.h"