aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2013-05-01 20:59:08 +1000
committernyamatongwe <devnull@localhost>2013-05-01 20:59:08 +1000
commit6b1fb2a9798f296bbe984d3ab976990c8b850668 (patch)
tree1bb5cf5b1584eda41e6e05df990d484b3e1abf98 /gtk
parentdad947286b08f9a303074e2f88e65d63d0090b74 (diff)
downloadscintilla-mirror-6b1fb2a9798f296bbe984d3ab976990c8b850668.tar.gz
Removed SVector.h and all references as it is no longer used.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/ScintillaGTK.cxx1
-rw-r--r--gtk/deps.mak2
2 files changed, 1 insertions, 2 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"
diff --git a/gtk/deps.mak b/gtk/deps.mak
index 3803c25ee..eb39ad093 100644
--- a/gtk/deps.mak
+++ b/gtk/deps.mak
@@ -3,7 +3,7 @@ PlatGTK.o: PlatGTK.cxx \
../src/UniConversion.h ../src/XPM.h Converter.h
ScintillaGTK.o: ScintillaGTK.cxx \
../include/ILexer.h ../include/Scintilla.h ../include/ScintillaWidget.h \
- ../include/SciLexer.h ../src/SVector.h ../src/SplitVector.h \
+ ../include/SciLexer.h ../src/SplitVector.h \
../src/Partitioning.h ../src/RunStyles.h ../src/ContractionState.h \
../src/CellBuffer.h ../src/CallTip.h ../src/KeyMap.h ../src/Indicator.h \
../src/XPM.h ../src/LineMarker.h ../src/Style.h ../src/AutoComplete.h \