From e58be5dae557482a8417058e70b11e20f1939c75 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Wed, 15 May 2019 12:47:59 +1000 Subject: [PATCH] removed unused include in crashhandler --- global/crashhandler.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/global/crashhandler.cpp b/global/crashhandler.cpp index 8a60435a7..ac4c10630 100644 --- a/global/crashhandler.cpp +++ b/global/crashhandler.cpp @@ -12,7 +12,6 @@ #elif defined(Q_OS_LINUX) #include #endif -#include #include #endif