From 38c3c3d155daee30185d8d7af863827810e8ed90 Mon Sep 17 00:00:00 2001 From: Ritt Konstantin Date: Mon, 6 Jun 2011 13:52:07 +0200 Subject: 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 --- src/gui/kernel/qapplication_qws.cpp | 13 ------------- 1 file changed, 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 -#ifndef QT_NO_QWS_MULTIPROCESS -#ifdef QT_NO_QSHM -#include -#include -#ifndef Q_OS_DARWIN -# include -#endif -#include -#else -#include "private/qwssharedmemory_p.h" -#endif -#endif - QT_BEGIN_NAMESPACE #ifndef QT_NO_DIRECTPAINTER -- cgit v0.12