mirror of
https://github.com/KDE/konsole.git
synced 2026-06-11 07:26:10 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user