1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00

Removed unnecessary headers added by error.

It should fix libdvdcss compilation issue on non-linux platforms.
This commit is contained in:
Stéphane Borel 2001-10-16 10:46:24 +00:00
parent b6370eb065
commit 9a3c67ba11

View File

@ -2,7 +2,7 @@
* css.c: Functions for DVD authentification and unscrambling
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: css.c,v 1.11 2001/10/14 03:26:20 stef Exp $
* $Id: css.c,v 1.12 2001/10/16 10:46:24 stef Exp $
*
* Author: Stéphane Borel <stef@via.ecp.fr>
* Håkan Hjort <d95hjort@dtek.chalmers.se>
@ -40,18 +40,6 @@
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <errno.h>
#include <netinet/in.h>
#include <linux/cdrom.h>
#include "config.h"
#include "common.h"