diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/thread/SMTPTestThread.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ui/thread/SMTPTestThread.h b/src/ui/thread/SMTPTestThread.h index db61d97d..c51ac3fd 100644 --- a/src/ui/thread/SMTPTestThread.h +++ b/src/ui/thread/SMTPTestThread.h @@ -27,11 +27,8 @@ #include <utility> -#ifdef SMTP_SUPPORT -#include "smtp/SmtpMime" -#endif - #include "ui/GpgFrontendUI.h" + namespace GpgFrontend::UI { class SMTPTestThread : public QThread { |