]> git.sesse.net Git - vlc/blobdiff - plugins/macosx/aout_macosx.c
* Fixed a total breakage of decoder plugins introduced by fast_memcpy.
[vlc] / plugins / macosx / aout_macosx.c
index 1498edd1f115c29f3a3067d6421146db94ec768b..eeed87cb128920273320b6b9e209eb803e2fa6aa 100644 (file)
@@ -2,7 +2,7 @@
  * aout_darwin.c : Darwin audio output plugin
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: aout_macosx.c,v 1.7 2001/11/29 10:20:56 massiot Exp $
+ * $Id: aout_macosx.c,v 1.8 2001/12/07 18:33:07 sam Exp $
  *
  * Authors: Colin Delacroix <colin@zoy.org>
  *
@@ -44,7 +44,6 @@
 
 #include <string.h>
 
-#include "config.h"
 #include "common.h"                                     /* boolean_t, byte_t */
 #include "intf_msg.h"                        /* intf_DbgMsg(), intf_ErrMsg() */
 #include "threads.h"
@@ -53,8 +52,6 @@
 
 #include "audio_output.h"                                   /* aout_thread_t */
 
-#include "main.h"
-
 #include "modules.h"
 
 #include <Carbon/Carbon.h>