mirror of https://github.com/procxx/kepka.git
removed unused headers in mac
This commit is contained in:
parent
4fc0b439ae
commit
fb4ee55ffa
|
@ -547,6 +547,7 @@ void _moveOldDataFiles(const QString &wasDir) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined Q_OS_MAC || defined Q_OS_LINUX32 || defined Q_OS_LINUX64
|
#if defined Q_OS_MAC || defined Q_OS_LINUX32 || defined Q_OS_LINUX64
|
||||||
|
|
||||||
#include <execinfo.h>
|
#include <execinfo.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <sys/syscall.h>
|
#include <sys/syscall.h>
|
||||||
|
@ -554,8 +555,6 @@ void _moveOldDataFiles(const QString &wasDir) {
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
|
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
#include <mach-o/dyld_images.h>
|
|
||||||
#include <mach-o/dyld.h>
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue