Changeset 44460e6de177f7baa85a55720904e8a687ee6287

Show
Ignore:
Timestamp:
05/01/08 21:22:30 (3 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1209669750 +0300
git-parent:

[2a1870a5c5b2c9592379335224b431c54e399e76]

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

No need to include the same file twice

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • include/vlc_common.h

    r6673258 r44460e6  
    5858#   include <inttypes.h> 
    5959#elif defined( SYS_CYGWIN ) 
    60 #   include <sys/types.h> 
    6160    /* Cygwin only defines half of these... */ 
    6261    typedef u_int8_t            uint8_t;