]> git.sesse.net Git - vlc/blobdiff - plugins/macosx/intf_vlc_wrapper.c
Some heavy changes today:
[vlc] / plugins / macosx / intf_vlc_wrapper.c
index 3e69172b0b6754c06c043f6bc64e5c8a8cb3ee46..5f4ed434f02d54345c7d2827f06a2bd8ff6dddbf 100644 (file)
@@ -2,7 +2,7 @@
  * intf_vlc_wrapper.c : MacOS X plugin for vlc
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: intf_vlc_wrapper.c,v 1.5 2001/12/07 18:33:07 sam Exp $
+ * $Id: intf_vlc_wrapper.c,v 1.6 2001/12/30 07:09:55 sam Exp $
  *
  * Authors: Florian G. Pflug <fgp@phlo.org>
  *
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
-#include "defs.h"
-
 #include <stdlib.h>                                      /* malloc(), free() */
 #include <sys/param.h>                                    /* for MAXPATHLEN */
 #include <string.h>
 
-#include "common.h"
-#include "intf_msg.h"
-#include "threads.h"
-#include "mtime.h"
-#include "tests.h"
+#include <videolan/vlc.h>
 
 #include "interface.h"
 #include "intf_playlist.h"
 
-#include "modules.h"
-#include "modules_export.h"
-
 #define OSX_COM_STRUCT vout_sys_s
 #define OSX_COM_TYPE vout_sys_t
 #include "macosx.h"