aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/WordList.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-05-15 08:47:44 +1000
committerNeil <nyamatongwe@gmail.com>2018-05-15 08:47:44 +1000
commit3c9aa3183daaa3eb20838a69ed97195eab35272c (patch)
tree7a5f7c67a0e7d8338ab3d50c9d098423e1ab7403 /lexlib/WordList.cxx
parent213b87ec270c77e026d71ac1c83ac43ca1478a9f (diff)
downloadscintilla-mirror-3c9aa3183daaa3eb20838a69ed97195eab35272c.tar.gz
Backport: Drop inclusion of StringCopy.h where possible.
Backport of changeset 6951:b2a17a08a1f8.
Diffstat (limited to 'lexlib/WordList.cxx')
-rw-r--r--lexlib/WordList.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/lexlib/WordList.cxx b/lexlib/WordList.cxx
index 954689ef7..c8b4cd63b 100644
--- a/lexlib/WordList.cxx
+++ b/lexlib/WordList.cxx
@@ -12,7 +12,6 @@
#include <algorithm>
#include <iterator>
-#include "StringCopy.h"
#include "WordList.h"
using namespace Scintilla;