summaryrefslogtreecommitdiffstats
path: root/tools/qvfb/qvfbmmap.cpp
diff options
context:
space:
mode:
authorRitt Konstantin <ritt.ks@gmail.com>2011-07-14 12:49:56 (GMT)
committerHarald Fernengel <harald.fernengel@nokia.com>2011-07-14 12:49:56 (GMT)
commit1093d3363df4260cc738ccc1649d710414f07cb3 (patch)
treeb4a77785120e17d9f00b6e6f115f7c839582c588 /tools/qvfb/qvfbmmap.cpp
parent90dac1e856e4d3648ce19ae6b356f9aeb090af49 (diff)
downloadQt-1093d3363df4260cc738ccc1649d710414f07cb3.zip
Qt-1093d3363df4260cc738ccc1649d710414f07cb3.tar.gz
Qt-1093d3363df4260cc738ccc1649d710414f07cb3.tar.bz2
get rid of unwanted dependencies and unused header includes
Merge-request: 1295 Reviewed-by: Harald Fernengel <harald.fernengel@nokia.com>
Diffstat (limited to 'tools/qvfb/qvfbmmap.cpp')
-rw-r--r--tools/qvfb/qvfbmmap.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/qvfb/qvfbmmap.cpp b/tools/qvfb/qvfbmmap.cpp
index 7e80e37..01c1d9c 100644
--- a/tools/qvfb/qvfbmmap.cpp
+++ b/tools/qvfb/qvfbmmap.cpp
@@ -48,9 +48,7 @@
#include <unistd.h>
#include <sys/ipc.h>
#include <sys/types.h>
-#include <sys/shm.h>
#include <sys/stat.h>
-#include <sys/sem.h>
#include <sys/mman.h>
#include <fcntl.h>
#include <errno.h>