]> git.sesse.net Git - vlc/blobdiff - src/misc/darwin_specific.c
Some heavy changes today:
[vlc] / src / misc / darwin_specific.c
index 70d131fa6b10dc2078e404a1fcbd67630f19c946..a9e00e031997629decbc075faae68823c58f995e 100644 (file)
@@ -2,7 +2,7 @@
  * darwin_specific.c: Darwin specific features 
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: darwin_specific.c,v 1.6 2001/12/09 17:01:37 sam Exp $
+ * $Id: darwin_specific.c,v 1.7 2001/12/30 07:09:56 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
-#include "defs.h"
-
 #include <string.h>                                              /* strdup() */
 #include <stdlib.h>                                                /* free() */
 
-#include "common.h"
-#include "intf_msg.h"
-#include "threads.h"
-#include "mtime.h"
-
-#include "darwin_specific.h"
+#include <videolan/vlc.h>
 
 /*****************************************************************************
  * Static vars