aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/PlatCocoa.h
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2022-01-14 09:36:59 +1100
committerNeil Hodgson <nyamatongwe@gmail.com>2022-01-14 09:36:59 +1100
commitb0f2b8380b94fc8dfb51253c8b14c48f5e2fff37 (patch)
tree107964d5a30c38c215879a126265cc71091bbc0f /cocoa/PlatCocoa.h
parentbbca46f628052cbebb041267b583cf217c6a7008 (diff)
downloadscintilla-mirror-b0f2b8380b94fc8dfb51253c8b14c48f5e2fff37.tar.gz
Remove unnecessary inclusion of POSIX headers.
Diffstat (limited to 'cocoa/PlatCocoa.h')
-rw-r--r--cocoa/PlatCocoa.h2
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"