diff options
| author | nyamatongwe <devnull@localhost> | 2007-07-25 09:58:17 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2007-07-25 09:58:17 +0000 |
| commit | 63866c4a3967fd869f87ed699f94ee17531e8881 (patch) | |
| tree | 33ce9d88f5bddd18fa01537a9ec0c45f12701357 /win32/ScintillaWin.cxx | |
| parent | aaa03c79d3f42fb8bb603bce476af6838be02a4e (diff) | |
| download | scintilla-mirror-63866c4a3967fd869f87ed699f94ee17531e8881.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 'win32/ScintillaWin.cxx')
| -rw-r--r-- | win32/ScintillaWin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
