diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2022-01-14 09:36:59 +1100 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2022-01-14 09:36:59 +1100 |
commit | b0f2b8380b94fc8dfb51253c8b14c48f5e2fff37 (patch) | |
tree | 107964d5a30c38c215879a126265cc71091bbc0f /cocoa/PlatCocoa.h | |
parent | bbca46f628052cbebb041267b583cf217c6a7008 (diff) | |
download | scintilla-mirror-b0f2b8380b94fc8dfb51253c8b14c48f5e2fff37.tar.gz |
Remove unnecessary inclusion of POSIX headers.
Diffstat (limited to 'cocoa/PlatCocoa.h')
-rw-r--r-- | cocoa/PlatCocoa.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cocoa/PlatCocoa.h b/cocoa/PlatCocoa.h index 831142daf..708bdcd2b 100644 --- a/cocoa/PlatCocoa.h +++ b/cocoa/PlatCocoa.h @@ -13,8 +13,6 @@ #include <cstring> #include <cstdio> -#include <sys/time.h> - #include <Cocoa/Cocoa.h> #include "ScintillaTypes.h" |