diff options
author | Neil <nyamatongwe@gmail.com> | 2018-02-27 13:27:23 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-02-27 13:27:23 +1100 |
commit | 4434a57717efbec42d67c571890fc848183e500f (patch) | |
tree | c5de0aff85545ab1a8d4f6fe925560eadcd9de23 /cocoa/PlatCocoa.h | |
parent | c81bc073334745825241e9817bc30aee2418ff9c (diff) | |
download | scintilla-mirror-4434a57717efbec42d67c571890fc848183e500f.tar.gz |
Backport: Added <utility> and <tuple> to header order and moved POSIX header <sys/time.h> after standard C++ language headers.
Backport of changeset 6461:abc640b89c43.
Diffstat (limited to 'cocoa/PlatCocoa.h')
-rw-r--r-- | cocoa/PlatCocoa.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cocoa/PlatCocoa.h b/cocoa/PlatCocoa.h index 05d2598f4..7557fbd35 100644 --- a/cocoa/PlatCocoa.h +++ b/cocoa/PlatCocoa.h @@ -7,13 +7,13 @@ #ifndef PLATCOCOA_H #define PLATCOCOA_H -#include <sys/time.h> - #include <cstdlib> #include <cassert> #include <cstring> #include <cstdio> +#include <sys/time.h> + #include <Cocoa/Cocoa.h> #include "Platform.h" |