From 63866c4a3967fd869f87ed699f94ee17531e8881 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. --- src/Editor.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Editor.cxx') diff --git a/src/Editor.cxx b/src/Editor.cxx index a8b6d6509..9d9b4b4f2 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -17,13 +17,13 @@ #endif #include "Scintilla.h" -#include "ContractionState.h" -#include "SVector.h" #include "SplitVector.h" #include "Partitioning.h" +#include "RunStyles.h" +#include "ContractionState.h" +#include "SVector.h" #include "CellBuffer.h" #include "KeyMap.h" -#include "RunStyles.h" #include "Indicator.h" #include "XPM.h" #include "LineMarker.h" -- cgit v1.2.3