diff options
author | Neil <nyamatongwe@gmail.com> | 2018-05-13 17:52:07 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-05-13 17:52:07 +1000 |
commit | 13c4548805a2a5ef718fc5dfa6f77bb60c6bed2b (patch) | |
tree | 7a640f2a70240870681d69ddbddc21cb268aedf1 | |
parent | 3a92b46e366fa0b537201396d59c2dccfd09088e (diff) | |
download | scintilla-mirror-13c4548805a2a5ef718fc5dfa6f77bb60c6bed2b.tar.gz |
Backport: Fix header order.
Backport of changeset 6935:ec1d6c4008fe.
-rw-r--r-- | src/CallTip.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CallTip.cxx b/src/CallTip.cxx index 378498045..db287ea4a 100644 --- a/src/CallTip.cxx +++ b/src/CallTip.cxx @@ -20,9 +20,9 @@ #include "Scintilla.h" -#include "IntegerRectangle.h" #include "StringCopy.h" #include "Position.h" +#include "IntegerRectangle.h" #include "CallTip.h" using namespace Scintilla; |