diff options
author | Ritt Konstantin <ritt.ks@gmail.com> | 2011-07-14 12:49:56 (GMT) |
---|---|---|
committer | Harald Fernengel <harald.fernengel@nokia.com> | 2011-07-14 12:49:56 (GMT) |
commit | 1093d3363df4260cc738ccc1649d710414f07cb3 (patch) | |
tree | b4a77785120e17d9f00b6e6f115f7c839582c588 /tools/qvfb/qvfbview.cpp | |
parent | 90dac1e856e4d3648ce19ae6b356f9aeb090af49 (diff) | |
download | Qt-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/qvfbview.cpp')
-rw-r--r-- | tools/qvfb/qvfbview.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/qvfb/qvfbview.cpp b/tools/qvfb/qvfbview.cpp index 3f13ecc..91c5380 100644 --- a/tools/qvfb/qvfbview.cpp +++ b/tools/qvfb/qvfbview.cpp @@ -61,12 +61,7 @@ #include <stdlib.h> #include <unistd.h> -#include <sys/ipc.h> #include <sys/types.h> -#include <sys/shm.h> -#include <sys/stat.h> -#include <sys/sem.h> -#include <fcntl.h> #include <errno.h> #include <math.h> |