Skip to content

Commit

Permalink
Cleanup includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ace20022 authored and popcornmix committed Oct 18, 2018
1 parent e98e965 commit 74fd145
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion xbmc/network/AirPlayServer.cpp
Expand Up @@ -16,7 +16,6 @@
#include <arpa/inet.h>
#include "DllLibPlist.h"
#include "utils/log.h"
#include "utils/URIUtils.h"
#include "utils/StringUtils.h"
#include "threads/SingleLock.h"
#include "filesystem/File.h"
Expand Down
1 change: 0 additions & 1 deletion xbmc/network/AirTunesServer.h
Expand Up @@ -21,7 +21,6 @@
#include <list>
#include "threads/Thread.h"
#include "threads/CriticalSection.h"
#include "utils/HttpParser.h"
#include "filesystem/PipeFile.h"
#include "interfaces/IAnnouncer.h"
#include "interfaces/IActionListener.h"
Expand Down
2 changes: 0 additions & 2 deletions xbmc/network/EventClient.cpp
Expand Up @@ -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 <map>
Expand All @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions xbmc/network/EventServer.cpp
Expand Up @@ -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"
Expand All @@ -21,7 +20,6 @@
#include "input/Key.h"
#include "utils/log.h"
#include "utils/SystemInfo.h"
#include "Util.h"
#include <map>
#include <queue>
#include <cassert>
Expand Down
1 change: 0 additions & 1 deletion xbmc/network/Network.cpp
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions xbmc/network/WebServer.cpp
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion xbmc/network/httprequesthandler/python/HTTPPythonInvoker.h
Expand Up @@ -11,7 +11,6 @@
#include <string>

#include "interfaces/python/PythonInvoker.h"
#include "network/httprequesthandler/IHTTPRequestHandler.h"
#include "network/httprequesthandler/python/HTTPPythonRequest.h"

class CHTTPPythonInvoker : public CPythonInvoker
Expand Down
Expand Up @@ -12,7 +12,6 @@
#include <string>

#include "interfaces/python/PythonInvoker.h"
#include "network/httprequesthandler/IHTTPRequestHandler.h"
#include "network/httprequesthandler/python/HTTPPythonInvoker.h"
#include "network/httprequesthandler/python/HTTPPythonRequest.h"

Expand Down
2 changes: 0 additions & 2 deletions xbmc/network/upnp/UPnP.cpp
Expand Up @@ -13,7 +13,6 @@
#include <set>
#include <Platinum/Source/Platinum/Platinum.h>

#include "threads/SystemClock.h"
#include "UPnP.h"
#include "UPnPInternal.h"
#include "UPnPRenderer.h"
Expand All @@ -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"

Expand Down
1 change: 0 additions & 1 deletion xbmc/network/upnp/UPnPRenderer.cpp
Expand Up @@ -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"

Expand Down
1 change: 0 additions & 1 deletion xbmc/network/upnp/UPnPServer.cpp
Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions xbmc/network/websocket/WebSocket.cpp
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion xbmc/network/websocket/WebSocketV13.cpp
Expand Up @@ -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"
Expand Down

0 comments on commit 74fd145

Please sign in to comment.