aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/PlatGTK.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-11-02 23:22:14 +1100
committerNeil <nyamatongwe@gmail.com>2020-11-02 23:22:14 +1100
commitc766a53be0651a0718a63072972e9bce693b8073 (patch)
tree3da1300c5c606f1601a9a197c8b5f34686fbaec3 /gtk/PlatGTK.cxx
parente6f802139ec5a5d5f320eaa3304bb379b26adf62 (diff)
downloadscintilla-mirror-c766a53be0651a0718a63072972e9bce693b8073.tar.gz
Use std::size instead of ELEMENTS so StringCopy.h is only used by Lexilla and
can be removed from Scintilla.
Diffstat (limited to 'gtk/PlatGTK.cxx')
-rwxr-xr-xgtk/PlatGTK.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx
index 4d61ec453..1a1907e69 100755
--- a/gtk/PlatGTK.cxx
+++ b/gtk/PlatGTK.cxx
@@ -27,7 +27,6 @@
#include "Scintilla.h"
#include "ScintillaWidget.h"
-#include "StringCopy.h"
#include "IntegerRectangle.h"
#include "XPM.h"
#include "UniConversion.h"