diff --git a/src/widgets/AccountsPopupWidget.h b/src/widgets/AccountsPopupWidget.h index 1499b287c..b2fc26993 100644 --- a/src/widgets/AccountsPopupWidget.h +++ b/src/widgets/AccountsPopupWidget.h @@ -19,14 +19,11 @@ #ifndef ACCOUNTSPOPUPWIDGET_H #define ACCOUNTSPOPUPWIDGET_H -#include "DllMacro.h" -#include "Typedefs.h" - #include class QVBoxLayout; -class DLLEXPORT AccountsPopupWidget : public QWidget +class AccountsPopupWidget : public QWidget { Q_OBJECT public: diff --git a/src/widgets/AccountsToolButton.h b/src/widgets/AccountsToolButton.h index 317502e8e..223dd354e 100644 --- a/src/widgets/AccountsToolButton.h +++ b/src/widgets/AccountsToolButton.h @@ -23,12 +23,10 @@ #include "accounts/AccountModel.h" #include "AccountModelFactoryProxy.h" -#include "DllMacro.h" -#include "Typedefs.h" #include -class DLLEXPORT AccountsToolButton : public QToolButton +class AccountsToolButton : public QToolButton { Q_OBJECT public: