diff options
author | Ritt Konstantin <ritt.ks@gmail.com> | 2011-06-06 11:52:07 (GMT) |
---|---|---|
committer | Harald Fernengel <harald.fernengel@nokia.com> | 2011-06-06 11:52:07 (GMT) |
commit | 38c3c3d155daee30185d8d7af863827810e8ed90 (patch) | |
tree | 2e9a5b6d7e24931b45f9e6bf593446f43d699e1b /src/gui | |
parent | 336167a1ab637bfa8b2a14eac80dc36ceda1a7e8 (diff) | |
download | Qt-38c3c3d155daee30185d8d7af863827810e8ed90.zip Qt-38c3c3d155daee30185d8d7af863827810e8ed90.tar.gz Qt-38c3c3d155daee30185d8d7af863827810e8ed90.tar.bz2 |
remove an unused headers
these headers weren't used anymore since QLock, QWSLock
and QWSSharedMemory classes had been introduced
Merge-request: 2627
Reviewed-by: Harald Fernengel <harald.fernengel@nokia.com>
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/kernel/qapplication_qws.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/gui/kernel/qapplication_qws.cpp b/src/gui/kernel/qapplication_qws.cpp index 14f7790..0bd4ac3 100644 --- a/src/gui/kernel/qapplication_qws.cpp +++ b/src/gui/kernel/qapplication_qws.cpp @@ -112,19 +112,6 @@ #include <qvfbhdr.h> -#ifndef QT_NO_QWS_MULTIPROCESS -#ifdef QT_NO_QSHM -#include <sys/ipc.h> -#include <sys/shm.h> -#ifndef Q_OS_DARWIN -# include <sys/sem.h> -#endif -#include <sys/socket.h> -#else -#include "private/qwssharedmemory_p.h" -#endif -#endif - QT_BEGIN_NAMESPACE #ifndef QT_NO_DIRECTPAINTER |