diff --git a/xbmc/network/AirPlayServer.cpp b/xbmc/network/AirPlayServer.cpp index 80be8e638306e..81b09877320dc 100644 --- a/xbmc/network/AirPlayServer.cpp +++ b/xbmc/network/AirPlayServer.cpp @@ -16,7 +16,6 @@ #include #include "DllLibPlist.h" #include "utils/log.h" -#include "utils/URIUtils.h" #include "utils/StringUtils.h" #include "threads/SingleLock.h" #include "filesystem/File.h" diff --git a/xbmc/network/AirTunesServer.h b/xbmc/network/AirTunesServer.h index ad2d6a4d58870..5c5b8e7b0b2d9 100644 --- a/xbmc/network/AirTunesServer.h +++ b/xbmc/network/AirTunesServer.h @@ -21,7 +21,6 @@ #include #include "threads/Thread.h" #include "threads/CriticalSection.h" -#include "utils/HttpParser.h" #include "filesystem/PipeFile.h" #include "interfaces/IAnnouncer.h" #include "interfaces/IActionListener.h" diff --git a/xbmc/network/EventClient.cpp b/xbmc/network/EventClient.cpp index 7e5a60ccda9f6..0670682401541 100644 --- a/xbmc/network/EventClient.cpp +++ b/xbmc/network/EventClient.cpp @@ -12,7 +12,6 @@ #include "EventPacket.h" #include "threads/SingleLock.h" #include "input/GamepadTranslator.h" -#include "input/InputManager.h" #include "input/IRTranslator.h" #include "input/KeyboardTranslator.h" #include @@ -26,7 +25,6 @@ #include "guilib/LocalizeStrings.h" #include "utils/StringUtils.h" #include "ServiceBroker.h" -#include "utils/log.h" using namespace EVENTCLIENT; using namespace EVENTPACKET; diff --git a/xbmc/network/EventServer.cpp b/xbmc/network/EventServer.cpp index 4b85198387a49..5a31aeca0fe82 100644 --- a/xbmc/network/EventServer.cpp +++ b/xbmc/network/EventServer.cpp @@ -10,7 +10,6 @@ #include "EventPacket.h" #include "EventClient.h" #include "Socket.h" -#include "threads/CriticalSection.h" #include "Application.h" #include "ServiceBroker.h" #include "interfaces/builtins/Builtins.h" @@ -21,7 +20,6 @@ #include "input/Key.h" #include "utils/log.h" #include "utils/SystemInfo.h" -#include "Util.h" #include #include #include diff --git a/xbmc/network/Network.cpp b/xbmc/network/Network.cpp index 6406b769399ab..8b7fe93a569b6 100644 --- a/xbmc/network/Network.cpp +++ b/xbmc/network/Network.cpp @@ -19,7 +19,6 @@ #include "settings/SettingsComponent.h" #include "utils/log.h" #ifdef TARGET_WINDOWS -#include "utils/SystemInfo.h" #include "platform/win32/WIN32Util.h" #include "utils/CharsetConverter.h" #endif diff --git a/xbmc/network/WebServer.cpp b/xbmc/network/WebServer.cpp index f63b336b3952f..685fe6d972d10 100644 --- a/xbmc/network/WebServer.cpp +++ b/xbmc/network/WebServer.cpp @@ -25,9 +25,7 @@ #include "settings/SettingsComponent.h" #include "ServiceBroker.h" #include "threads/SingleLock.h" -#include "URL.h" #include "Util.h" -#include "utils/Base64.h" #include "utils/FileUtils.h" #include "utils/log.h" #include "utils/Mime.h" diff --git a/xbmc/network/httprequesthandler/python/HTTPPythonInvoker.h b/xbmc/network/httprequesthandler/python/HTTPPythonInvoker.h index d11d965272ae0..806c9030e0652 100644 --- a/xbmc/network/httprequesthandler/python/HTTPPythonInvoker.h +++ b/xbmc/network/httprequesthandler/python/HTTPPythonInvoker.h @@ -11,7 +11,6 @@ #include #include "interfaces/python/PythonInvoker.h" -#include "network/httprequesthandler/IHTTPRequestHandler.h" #include "network/httprequesthandler/python/HTTPPythonRequest.h" class CHTTPPythonInvoker : public CPythonInvoker diff --git a/xbmc/network/httprequesthandler/python/HTTPPythonWsgiInvoker.h b/xbmc/network/httprequesthandler/python/HTTPPythonWsgiInvoker.h index 324bf467d862e..ae0ab922f238d 100644 --- a/xbmc/network/httprequesthandler/python/HTTPPythonWsgiInvoker.h +++ b/xbmc/network/httprequesthandler/python/HTTPPythonWsgiInvoker.h @@ -12,7 +12,6 @@ #include #include "interfaces/python/PythonInvoker.h" -#include "network/httprequesthandler/IHTTPRequestHandler.h" #include "network/httprequesthandler/python/HTTPPythonInvoker.h" #include "network/httprequesthandler/python/HTTPPythonRequest.h" diff --git a/xbmc/network/upnp/UPnP.cpp b/xbmc/network/upnp/UPnP.cpp index 53a04f86d9c2a..d6d09bccdd6a3 100644 --- a/xbmc/network/upnp/UPnP.cpp +++ b/xbmc/network/upnp/UPnP.cpp @@ -13,7 +13,6 @@ #include #include -#include "threads/SystemClock.h" #include "UPnP.h" #include "UPnPInternal.h" #include "UPnPRenderer.h" @@ -35,7 +34,6 @@ #include "guilib/GUIWindowManager.h" #include "utils/TimeUtils.h" #include "video/VideoInfoTag.h" -#include "input/Key.h" #include "Util.h" #include "utils/SystemInfo.h" diff --git a/xbmc/network/upnp/UPnPRenderer.cpp b/xbmc/network/upnp/UPnPRenderer.cpp index ce33ec9a9c656..1e703547b7df4 100644 --- a/xbmc/network/upnp/UPnPRenderer.cpp +++ b/xbmc/network/upnp/UPnPRenderer.cpp @@ -30,7 +30,6 @@ #include "utils/URIUtils.h" #include "utils/Variant.h" #include "utils/StringUtils.h" -#include "playlists/PlayList.h" #include "GUIUserMessages.h" #include "guilib/guiinfo/GUIInfoLabels.h" diff --git a/xbmc/network/upnp/UPnPServer.cpp b/xbmc/network/upnp/UPnPServer.cpp index c4365c2935736..39712ccdedba0 100644 --- a/xbmc/network/upnp/UPnPServer.cpp +++ b/xbmc/network/upnp/UPnPServer.cpp @@ -24,7 +24,6 @@ #include "guilib/WindowIDs.h" #include "guilib/LocalizeStrings.h" #include "music/tags/MusicInfoTag.h" -#include "settings/AdvancedSettings.h" #include "settings/Settings.h" #include "settings/SettingsComponent.h" #include "utils/Digest.h" diff --git a/xbmc/network/websocket/WebSocket.cpp b/xbmc/network/websocket/WebSocket.cpp index 6aa9bb872ae90..37765008eb520 100644 --- a/xbmc/network/websocket/WebSocket.cpp +++ b/xbmc/network/websocket/WebSocket.cpp @@ -13,9 +13,7 @@ #include "utils/EndianSwap.h" #include "utils/log.h" #include "utils/HttpParser.h" -#include "utils/Base64.h" #include "utils/StringUtils.h" -#include "utils/HttpResponse.h" #define MASK_FIN 0x80 #define MASK_RSV1 0x40 diff --git a/xbmc/network/websocket/WebSocketV13.cpp b/xbmc/network/websocket/WebSocketV13.cpp index 4686c1dc946f2..39d662c34ef6e 100644 --- a/xbmc/network/websocket/WebSocketV13.cpp +++ b/xbmc/network/websocket/WebSocketV13.cpp @@ -12,7 +12,6 @@ #include "WebSocketV13.h" #include "WebSocket.h" -#include "utils/Base64.h" #include "utils/HttpParser.h" #include "utils/HttpResponse.h" #include "utils/log.h"