aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/deps.mak
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/deps.mak
parent6714f692bdfc86212fd026f087771b23df4c1738 (diff)
downloadscintilla-mirror-09dc79183814921a99c8f811040c7d303cec8407.tar.gz
Removed SVector.h and all references as it is no longer used.
Diffstat (limited to 'gtk/deps.mak')
-rw-r--r--gtk/deps.mak2
1 files changed, 1 insertions, 1 deletions
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 \