Remove duplicated includes
authorRawk <mattias@klingawallin.se>
Fri, 13 Sep 2013 13:16:45 +0000 (15:16 +0200)
committerRawk <mattias@klingawallin.se>
Fri, 13 Sep 2013 14:50:46 +0000 (16:50 +0200)
12 files changed:
xbmc/Application.cpp
xbmc/ApplicationMessenger.cpp
xbmc/Util.cpp
xbmc/addons/GUIWindowAddonBrowser.cpp
xbmc/cores/VideoRenderers/LinuxRendererGL.h
xbmc/cores/dvdplayer/DVDCodecs/Video/StageFrightVideoPrivate.h
xbmc/cores/omxplayer/OMXPlayerVideo.h
xbmc/interfaces/legacy/Control.h
xbmc/interfaces/legacy/ListItem.h
xbmc/linux/LinuxResourceCounter.h
xbmc/network/Socket.h
xbmc/video/VideoInfoTag.h

index 534e55f..db04a0e 100644 (file)
@@ -92,7 +92,6 @@
 #include "settings/MediaSettings.h"
 #include "settings/MediaSourceSettings.h"
 #include "settings/SkinSettings.h"
-#include "settings/Settings.h"
 #include "guilib/LocalizeStrings.h"
 #include "utils/CPUInfo.h"
 #include "utils/RssManager.h"
 #include "utils/Weather.h"
 #include "DatabaseManager.h"
 
-#include "settings/DisplaySettings.h"
-#include "settings/MediaSettings.h"
-#include "settings/SkinSettings.h"
-#include "view/ViewStateSettings.h"
-
 #ifdef TARGET_POSIX
 #include "XHandle.h"
 #endif
index c02ea3c..5dd1987 100644 (file)
@@ -61,7 +61,6 @@
 #include "threads/SingleLock.h"
 
 #include "playlists/PlayList.h"
-#include "FileItem.h"
 
 #include "pvr/PVRManager.h"
 #include "windows/GUIWindowLoginScreen.h"
index 76331ef..4e65770 100644 (file)
@@ -77,7 +77,6 @@
 #include "settings/Settings.h"
 #include "utils/StringUtils.h"
 #include "settings/AdvancedSettings.h"
-#include "settings/MediaSettings.h"
 #ifdef HAS_IRSERVERSUITE
   #include "input/windows/IRServerSuite.h"
 #endif
index ca31201..fd7aef3 100644 (file)
@@ -43,7 +43,6 @@
 #include "utils/StringUtils.h"
 #include "AddonDatabase.h"
 #include "settings/AdvancedSettings.h"
-#include "settings/MediaSourceSettings.h"
 #include "storage/MediaManager.h"
 #include "LangInfo.h"
 #include "guilib/Key.h"
index 966733e..3311ee6 100644 (file)
@@ -33,7 +33,6 @@
 #include "RenderFormats.h"
 #include "guilib/GraphicContext.h"
 #include "BaseRenderer.h"
-#include "RenderFormats.h"
 
 #include "threads/Event.h"
 
index 3f263fa..2f9886f 100644 (file)
@@ -32,7 +32,6 @@
 #include <media/stagefright/MediaBufferGroup.h>
 #include <media/stagefright/MediaDefs.h>
 #include <media/stagefright/MediaSource.h>
-#include <media/stagefright/MetaData.h>
 
 #include <binder/ProcessState.h>
 #include <media/stagefright/OMXClient.h>
index 0bf60d0..fafc258 100644 (file)
@@ -32,7 +32,6 @@
 #include "threads/Thread.h"
 
 #include "DVDDemuxers/DVDDemux.h"
-#include "DVDStreamInfo.h"
 #include "DVDCodecs/Video/DVDVideoCodec.h"
 #include "DVDOverlayContainer.h"
 #include "DVDMessageQueue.h"
index 26a5630..2766f5f 100644 (file)
@@ -29,7 +29,6 @@
 #include "swighelper.h"
 #include "WindowException.h"
 
-#include "ListItem.h"
 
 // hardcoded offsets for button controls (and controls that use button controls)
 // ideally they should be dynamically read in as with all the other properties.
index 88dfeed..8c495d9 100644 (file)
@@ -35,7 +35,6 @@
 #include "Tuple.h"
 #include "commons/Exception.h"
 
-#include <map>
 
 namespace XBMCAddon
 {
index 27b6add..41bd4cb 100644 (file)
@@ -25,7 +25,6 @@
 #include <sys/times.h>
 #include <sys/resource.h>
 
-#include <sys/time.h>
 #include <time.h>
 
 class CLinuxResourceCounter
index 6f38bf8..ed4c78a 100644 (file)
@@ -32,9 +32,6 @@
 #include <sys/time.h>
 #include <sys/types.h>
 #include <unistd.h>
-#ifdef TARGET_FREEBSD
-#include <netinet/in.h>
-#endif
 #ifdef TARGET_POSIX
 typedef int SOCKET;
 #endif
index ed8dd2f..cd37703 100644 (file)
@@ -26,7 +26,6 @@
 #include "utils/ISortable.h"
 #include "utils/StreamDetails.h"
 #include "video/Bookmark.h"
-#include "XBDateTime.h"
 
 class CArchive;
 class TiXmlNode;