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 | 90e6b166a5bcb26b76330d6de6858c250b112517 (patch) | |
tree | 0398e281776afb9898f1f4c3aedd98c42a5dcc5c /src | |
parent | 0e3b1076abe9efe41952d12ab5dfb9de10fa1f88 (diff) | |
download | scintilla-mirror-90e6b166a5bcb26b76330d6de6858c250b112517.tar.gz |
Fix header order.
Diffstat (limited to 'src')
-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; |