aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2007-07-25 09:58:17 +0000
committernyamatongwe <unknown>2007-07-25 09:58:17 +0000
commitcc88e2af38e51d286b712a3ebef4dd46222be1dd (patch)
tree33ce9d88f5bddd18fa01537a9ec0c45f12701357 /src/Editor.cxx
parent8b609f7f8901b3ae3b8171a21858f35ae9703d15 (diff)
downloadscintilla-mirror-cc88e2af38e51d286b712a3ebef4dd46222be1dd.tar.gz
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.
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r--src/Editor.cxx6
1 files changed, 3 insertions, 3 deletions
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"