From 73baea7690221d8621edfdd990b69605a746c207 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Tue, 3 Sep 2013 00:44:16 +0200 Subject: [PATCH] * Fixed compiling Hatchet plugin with Qt4. --- src/accounts/hatchet/account/HatchetAccount.cpp | 1 - src/accounts/hatchet/account/HatchetAccount.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/accounts/hatchet/account/HatchetAccount.cpp b/src/accounts/hatchet/account/HatchetAccount.cpp index 8e375389a..c7c7dc9b7 100644 --- a/src/accounts/hatchet/account/HatchetAccount.cpp +++ b/src/accounts/hatchet/account/HatchetAccount.cpp @@ -20,7 +20,6 @@ #include #include "HatchetAccountConfig.h" -#include "TomahawkPlugin.h" #include "utils/Closure.h" #include "utils/Logger.h" #include "sip/HatchetSip.h" diff --git a/src/accounts/hatchet/account/HatchetAccount.h b/src/accounts/hatchet/account/HatchetAccount.h index 4d00c9368..6c9fe73ec 100644 --- a/src/accounts/hatchet/account/HatchetAccount.h +++ b/src/accounts/hatchet/account/HatchetAccount.h @@ -19,7 +19,7 @@ #ifndef HATCHET_ACCOUNT_H #define HATCHET_ACCOUNT_H - +#include "TomahawkPlugin.h" #include #include