diff options
author | Neil <nyamatongwe@gmail.com> | 2013-07-21 20:26:51 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-07-21 20:26:51 +1000 |
commit | 3ccd74a83b03cb15d8bac7da38da5531d730bfaf (patch) | |
tree | 907228e2f9f40460ea1f9d07410e33178f264240 /src/AutoComplete.cxx | |
parent | 3735b76f31e781558637dc20b822e5011e5e2dab (diff) | |
download | scintilla-mirror-3ccd74a83b03cb15d8bac7da38da5531d730bfaf.tar.gz |
Normalising order of language headers.
Diffstat (limited to 'src/AutoComplete.cxx')
-rw-r--r-- | src/AutoComplete.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx index d55af8504..c33d0c3a8 100644 --- a/src/AutoComplete.cxx +++ b/src/AutoComplete.cxx @@ -10,9 +10,9 @@ #include <stdio.h> #include <assert.h> -#include <algorithm> #include <string> #include <vector> +#include <algorithm> #include "Platform.h" |