diff --git a/src/accounts/zeroconf/Zeroconf.h b/src/accounts/zeroconf/Zeroconf.h index 5c79c89b5..d6803f8f4 100644 --- a/src/accounts/zeroconf/Zeroconf.h +++ b/src/accounts/zeroconf/Zeroconf.h @@ -24,7 +24,7 @@ #include "accounts/Account.h" #include "TomahawkZeroconf.h" -#include "../AccountDllMacro.h" +#include "accounts/AccountDllMacro.h" #include diff --git a/src/accounts/zeroconf/ZeroconfAccount.h b/src/accounts/zeroconf/ZeroconfAccount.h index 644e1cc3f..a223ce275 100644 --- a/src/accounts/zeroconf/ZeroconfAccount.h +++ b/src/accounts/zeroconf/ZeroconfAccount.h @@ -21,7 +21,7 @@ #include "Zeroconf.h" #include "accounts/Account.h" -#include "../AccountDllMacro.h" +#include "accounts/AccountDllMacro.h" class SipPlugin; diff --git a/src/accounts/AccountDllMacro.h b/src/libtomahawk/accounts/AccountDllMacro.h similarity index 100% rename from src/accounts/AccountDllMacro.h rename to src/libtomahawk/accounts/AccountDllMacro.h