[vlc-commits] macosx: remove unneeded headers from videoview.m
David Fuhrmann
git at videolan.org
Fri May 11 17:32:38 CEST 2012
vlc/vlc-2.0 | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Tue May 8 20:38:47 2012 +0200| [dc0536c0fda865ed943d051867dc6e700a961f1c] | committer: David Fuhrmann
macosx: remove unneeded headers from videoview.m
(cherry picked from commit deb8ae92650b4b112fada9b4c7b8ba3c71ed74d7)
Signed-off-by: David Fuhrmann <david.fuhrmann at googlemail.com>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=dc0536c0fda865ed943d051867dc6e700a961f1c
---
modules/gui/macosx/VideoView.m | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/modules/gui/macosx/VideoView.m b/modules/gui/macosx/VideoView.m
index d915d22..14086c4 100644
--- a/modules/gui/macosx/VideoView.m
+++ b/modules/gui/macosx/VideoView.m
@@ -35,13 +35,10 @@
#import "VideoView.h"
#import "CoreInteraction.h"
#import "MainMenu.h"
-#import "MainWindow.h"
#import <vlc_common.h>
-#import <vlc_vout_window.h>
-#import <vlc_vout_display.h>
#import <vlc_keys.h>
-#import <vlc_mouse.h>
+
/*****************************************************************************
* DeviceCallback: Callback triggered when the video-device variable is changed
*****************************************************************************/
More information about the vlc-commits
mailing list