]> git.sesse.net Git - vlc/commitdiff
Removed unnecessary headers added by error.
authorStéphane Borel <stef@videolan.org>
Tue, 16 Oct 2001 10:46:24 +0000 (10:46 +0000)
committerStéphane Borel <stef@videolan.org>
Tue, 16 Oct 2001 10:46:24 +0000 (10:46 +0000)
It should fix libdvdcss compilation issue on non-linux platforms.

extras/libdvdcss/css.c

index 4d919a176a2bae2cba3b465bf5403b52e0b27fa7..79e976a1e7146487c6170660bd99357e26b4999a 100644 (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>
 
 #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"