Changeset b3a086f551ef547194d32ac4ae4911a16885f3c6

Show
Ignore:
Timestamp:
03/18/08 20:38:13 (6 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1205869093 +0200
git-parent:

[2db278fa3a9a53f1ab026acfd83672a405cb2e9f]

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

Remove redumdant stdbool includes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/config/file.c

    rdec4051 rb3a086f  
    3232 
    3333#include <errno.h>                                                  /* errno */ 
    34 #include <stdbool.h> 
    3534#include <assert.h> 
    3635#include <limits.h> 
  • src/libvlc.h

    r709f415 rb3a086f  
    2525#ifndef LIBVLC_LIBVLC_H 
    2626# define LIBVLC_LIBVLC_H 1 
    27  
    28 # include <stdbool.h> 
    2927 
    3028extern const char vlc_usage[];