aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ScintillaWin.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-07-27 01:52:48 +0000
committernyamatongwe <devnull@localhost>2007-07-27 01:52:48 +0000
commit748187ba9771beb6947ed9a5130ad87add31da90 (patch)
tree6c226067ef20848c5c18189a68be8a75c20cd1c1 /win32/ScintillaWin.cxx
parent48807a25eb56dcec00d3b8e25bce49778aaa08d5 (diff)
downloadscintilla-mirror-748187ba9771beb6947ed9a5130ad87add31da90.tar.gz
Changed lineStates to a SplitVector so that it supports insert and delete
so inserting and deleting lines does not cause a really large number of changed values under most circumstances leading to fewer notifications. SVector is no longer used.
Diffstat (limited to 'win32/ScintillaWin.cxx')
-rw-r--r--win32/ScintillaWin.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx
index 7fb12c97e..536a36de1 100644
--- a/win32/ScintillaWin.cxx
+++ b/win32/ScintillaWin.cxx
@@ -28,7 +28,6 @@
#include "Accessor.h"
#include "KeyWords.h"
#endif
-#include "SVector.h"
#include "SplitVector.h"
#include "Partitioning.h"
#include "RunStyles.h"