diff options
Diffstat (limited to 'xbmc/PlayListPlayer.h')
-rw-r--r-- | xbmc/PlayListPlayer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xbmc/PlayListPlayer.h b/xbmc/PlayListPlayer.h index e5678ed8dd..654a51ee46 100644 --- a/xbmc/PlayListPlayer.h +++ b/xbmc/PlayListPlayer.h @@ -8,9 +8,10 @@ #pragma once +#include "ServiceBroker.h" #include "guilib/IMsgTargetCallback.h" #include "messaging/IMessageTarget.h" -#include "ServiceBroker.h" + #include <memory> #define PLAYLIST_NONE -1 |