Remove unnecessary Q_OS_MAC checks and includes

This compiles under 10.8.x - I don't have a 10.7 system to check
This commit is contained in:
Kurt Hindenburg
2013-04-13 15:38:26 -04:00
parent 5a85ef48fe
commit 160ac87b59
3 changed files with 0 additions and 14 deletions

View File

@@ -48,12 +48,6 @@
#if defined(Q_OS_MAC)
#include <sys/sysctl.h>
#include <libproc.h>
#if defined(HAVE_SYS_PROC_INFO_H)
#include <sys/proc_info.h>
#endif
#if defined(HAVE_SYS_PROC_H)
#include <sys/proc.h>
#endif
#include <kde_file.h>
#endif