remove unnecessary includes
authorspiff <spiff@xbmc.org>
Wed, 11 Jul 2012 18:48:06 +0000 (20:48 +0200)
committerspiff <spiff@xbmc.org>
Wed, 11 Jul 2012 19:37:10 +0000 (21:37 +0200)
xbmc/cores/dvdplayer/DVDPlayerTeletext.cpp

index 7037dfa..faf3c81 100644 (file)
  */
 
 #include "DVDPlayerTeletext.h"
-#include "settings/Settings.h"
-#include "DVDPlayer.h"
+#include "DVDClock.h"
 #include "DVDStreamInfo.h"
-#include "Application.h"
 #include "DVDCodecs/DVDCodecs.h"
 #include "utils/log.h"
 #include "threads/SingleLock.h"