aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2013-05-01 20:59:08 +1000
committernyamatongwe <unknown>2013-05-01 20:59:08 +1000
commit09dc79183814921a99c8f811040c7d303cec8407 (patch)
treee4ea416bb8b4b300b2329e97dc2b0ca226731037 /gtk/ScintillaGTK.cxx
parent6714f692bdfc86212fd026f087771b23df4c1738 (diff)
downloadscintilla-mirror-09dc79183814921a99c8f811040c7d303cec8407.tar.gz
Removed SVector.h and all references as it is no longer used.
Diffstat (limited to 'gtk/ScintillaGTK.cxx')
-rw-r--r--gtk/ScintillaGTK.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index b0e2131c5..a62c16e96 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -30,7 +30,6 @@
#ifdef SCI_LEXER
#include "SciLexer.h"
#endif
-#include "SVector.h"
#include "SplitVector.h"
#include "Partitioning.h"
#include "RunStyles.h"