removed unused include in crashhandler

This commit is contained in:
itsmattkc
2019-05-15 12:47:59 +10:00
parent 5e0e033485
commit e58be5dae5
-1
View File
@@ -12,7 +12,6 @@
#elif defined(Q_OS_LINUX)
#include <execinfo.h>
#endif
#include <signal.h>
#include <unistd.h>
#endif