[vlc-devel] commit: cmml: less includes. ( Rémi Duraffort )
git version control
git at videolan.org
Sun Feb 22 11:58:27 CET 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sun Feb 22 11:56:56 2009 +0100| [9fc5b801573e522f72e159ae707992a2929e174f] | committer: Rémi Duraffort
cmml: less includes.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9fc5b801573e522f72e159ae707992a2929e174f
---
modules/codec/cmml/intf.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/modules/codec/cmml/intf.c b/modules/codec/cmml/intf.c
index 23647ff..18463d5 100644
--- a/modules/codec/cmml/intf.c
+++ b/modules/codec/cmml/intf.c
@@ -40,13 +40,11 @@
#endif
#include <vlc_codec.h>
-#include <vlc_input.h>
#include <vlc_interface.h>
-#include <vlc_vout.h>
#include <vlc_playlist.h>
#include <vlc_osd.h>
-#include "vlc_keys.h"
+#include <vlc_keys.h>
#include "browser_open.h"
#include "history.h"
More information about the vlc-devel
mailing list