summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcore_unix_p.h
diff options
context:
space:
mode:
authorJacek Poplawski <jacek.poplawski@qt.io>2023-07-18 08:37:14 +0200
committerJacek Poplawski <jacek.poplawski@qt.io>2023-07-24 22:24:41 +0200
commit51c66cee67494a2c2ee9b5d896a9de01a6bdf65f (patch)
tree26bac999d3f58114d3d3d76b239444976e24ca07 /src/corelib/kernel/qcore_unix_p.h
parent4a43149d7b1ba10a96826a2bb38f1d5d608b6cb0 (diff)
Remove include ipc.h as it is no longer needed
Change-Id: I8b7c6744794f4369d6e27fdb454a059727413d9b Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/kernel/qcore_unix_p.h')
-rw-r--r--src/corelib/kernel/qcore_unix_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/kernel/qcore_unix_p.h b/src/corelib/kernel/qcore_unix_p.h
index ed64a5d86b..0ec3140cee 100644
--- a/src/corelib/kernel/qcore_unix_p.h
+++ b/src/corelib/kernel/qcore_unix_p.h
@@ -44,10 +44,6 @@
#include <errno.h>
#include <fcntl.h>
-#if !defined(QT_POSIX_IPC) && !defined(QT_NO_SHAREDMEMORY) && !defined(Q_OS_ANDROID)
-# include <sys/ipc.h>
-#endif
-
#if defined(Q_OS_VXWORKS)
# include <ioLib.h>
#endif