]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/esd.c
* Remove some unneeded complexity in playlist and directory
[vlc] / modules / audio_output / esd.c
index 6d712821362ae54da0010b497951ca1f703cdaf1..701fb9ce64a13124fdb9de7437a5c1d63c372c11 100644 (file)
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
 #include <errno.h>                                                 /* ENOMEM */
-#include <fcntl.h>                                       /* open(), O_WRONLY */
 #include <string.h>                                            /* strerror() */
 #include <unistd.h>                                      /* write(), close() */
 #include <stdlib.h>                            /* calloc(), malloc(), free() */