aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-05-13 17:52:07 +1000
committerNeil <nyamatongwe@gmail.com>2018-05-13 17:52:07 +1000
commit13c4548805a2a5ef718fc5dfa6f77bb60c6bed2b (patch)
tree7a640f2a70240870681d69ddbddc21cb268aedf1
parent3a92b46e366fa0b537201396d59c2dccfd09088e (diff)
downloadscintilla-mirror-13c4548805a2a5ef718fc5dfa6f77bb60c6bed2b.tar.gz
Backport: Fix header order.
Backport of changeset 6935:ec1d6c4008fe.
-rw-r--r--src/CallTip.cxx2
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;