From cc88e2af38e51d286b712a3ebef4dd46222be1dd Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 25 Jul 2007 09:58:17 +0000 Subject: Changed ContractionState data structure to be more efficient by not only modifying data near an insertion or deletion when there is good locality of modification. --- win32/ScintillaWin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index 6ee3ba0fa..c7ed3ddfa 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -28,11 +28,11 @@ #include "Accessor.h" #include "KeyWords.h" #endif -#include "ContractionState.h" #include "SVector.h" #include "SplitVector.h" #include "Partitioning.h" #include "RunStyles.h" +#include "ContractionState.h" #include "CellBuffer.h" #include "CallTip.h" #include "KeyMap.h" -- cgit v1.2.3