]> git.sesse.net Git - vlc/blobdiff - src/input/subtitles.c
Copyright fixes
[vlc] / src / input / subtitles.c
index db8b6e6a68e0f2aa46578146b0f1fd5a9516984f..751562c061f542dad1fc7c05630c70ae68784b5e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * subtitles.c
  *****************************************************************************
- * Copyright (C) 2003-2004 VideoLAN
+ * Copyright (C) 2003-2004 VideoLAN (Centrale Réseaux) and its contributors
  * $Id$
  *
  * Authors: Derk-Jan Hartman <hartman at videolan.org>
@@ -33,8 +33,6 @@
 
 #ifdef HAVE_DIRENT_H
 #   include <dirent.h>
-#else
-#   include "../extras/dirent.h"
 #endif
 
 #include <ctype.h>