diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-22 17:34:34 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-22 17:34:34 +1100 |
commit | 38eb38d945e08b878d8680025e1cc7239a59afe4 (patch) | |
tree | cb25701bc763919ebc31613ab5cd447328eb0b5b /scripts | |
parent | 0035079b6cf849dc5e2ae8face51fcfb99853efa (diff) | |
download | scintilla-mirror-38eb38d945e08b878d8680025e1cc7239a59afe4.tar.gz |
Remove IntegerRectangle.h as not widely useful
Add IntegerRectangle struct for local use in PlatGTK.cxx.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/HeaderOrder.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/HeaderOrder.txt b/scripts/HeaderOrder.txt index d6c1bfd54..a5cb6a2e8 100644 --- a/scripts/HeaderOrder.txt +++ b/scripts/HeaderOrder.txt @@ -106,7 +106,6 @@ // src #include "Position.h" -#include "IntegerRectangle.h" #include "UniqueString.h" #include "SplitVector.h" #include "Partitioning.h" |