diff options
author | nyamatongwe <unknown> | 2013-05-01 20:59:08 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-05-01 20:59:08 +1000 |
commit | 09dc79183814921a99c8f811040c7d303cec8407 (patch) | |
tree | e4ea416bb8b4b300b2329e97dc2b0ca226731037 /cocoa | |
parent | 6714f692bdfc86212fd026f087771b23df4c1738 (diff) | |
download | scintilla-mirror-09dc79183814921a99c8f811040c7d303cec8407.tar.gz |
Removed SVector.h and all references as it is no longer used.
Diffstat (limited to 'cocoa')
-rw-r--r-- | cocoa/ScintillaCocoa.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h index 7648b84d8..b609f2343 100644 --- a/cocoa/ScintillaCocoa.h +++ b/cocoa/ScintillaCocoa.h @@ -29,7 +29,6 @@ #include "PropSetSimple.h" #endif -#include "SVector.h" #include "SplitVector.h" #include "Partitioning.h" #include "RunStyles.h" |