Changeset e1c870801444cfd8ddfd958eb6a5f34910ecb356

Show
Ignore:
Timestamp:
12/12/07 17:46:40 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1197478000 +0000
git-parent:

[e03e85ca01adc1639db0f9bf90aadf8d20c2cbeb]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1197478000 +0000
Message:

Remove some cruft

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/modules/cache.c

    re03e85c re1c8708  
    2828#include "libvlc.h" 
    2929 
    30 /* Some faulty libcs have a broken struct dirent when _FILE_OFFSET_BITS 
    31  * is set to 64. Don't try to be cleverer. */ 
    32 #ifdef _FILE_OFFSET_BITS 
    33 #undef _FILE_OFFSET_BITS 
    34 #endif 
    35  
    3630#include <stdlib.h>                                      /* free(), strtol() */ 
    3731#include <stdio.h>                                              /* sprintf() */ 
    3832#include <string.h>                                              /* strdup() */ 
    3933 
    40 #ifdef HAVE_DIRENT_H 
    41 #   include <dirent.h> 
    42 #endif 
    43  
    4434#ifdef HAVE_SYS_TYPES_H 
    4535#   include <sys/types.h> 
    46 #endif 
    47 #ifdef HAVE_SYS_STAT_H 
    48 #   include <sys/stat.h> 
    4936#endif 
    5037#ifdef HAVE_UNISTD_H 
     
    8269 
    8370#include "modules/modules.h" 
    84 #include "modules/builtin.h" 
    8571 
    8672 
  • src/modules/os.c

    re03e85c re1c8708  
    6262#endif 
    6363 
    64 //#include "config/config.h" 
    65  
    66 //#include "vlc_charset.h" 
    67  
    6864/***************************************************************************** 
    6965 * Local prototypes