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 | 82aeb241248289a06a664d93cd2745f592ddfd98 (patch) | |
| tree | fdd112b23ee8e9376845e8974b585bb44a607d24 /cocoa/PlatCocoa.h | |
| parent | 09f56ee9d4d300b3e4394332dd66078c8cb5a763 (diff) | |
| download | scintilla-mirror-82aeb241248289a06a664d93cd2745f592ddfd98.tar.gz | |
Added <utility> and <tuple> to header order and moved POSIX header <sys/time.h>
after standard C++ language headers.
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 386e339b5..8a47e7302 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" |
