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
commit2c660b3e47671db7cfe0eff1ea71c337eb4cc34a (patch)
tree86674de667e29b426f61077cf02c3e07b17c7c09 /lexlib/WordList.cxx
parent709018ec442d0136f081211ad87a75ca7fb71036 (diff)
downloadscintilla-mirror-2c660b3e47671db7cfe0eff1ea71c337eb4cc34a.tar.gz
Replace ELEMENTS with std::size and drop inclusion of StringCopy.h.
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;