Changeset b3a086f551ef547194d32ac4ae4911a16885f3c6
- 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
| rdec4051 |
rb3a086f |
|
| 32 | 32 | |
|---|
| 33 | 33 | #include <errno.h> /* errno */ |
|---|
| 34 | | #include <stdbool.h> |
|---|
| 35 | 34 | #include <assert.h> |
|---|
| 36 | 35 | #include <limits.h> |
|---|
| r709f415 |
rb3a086f |
|
| 25 | 25 | #ifndef LIBVLC_LIBVLC_H |
|---|
| 26 | 26 | # define LIBVLC_LIBVLC_H 1 |
|---|
| 27 | | |
|---|
| 28 | | # include <stdbool.h> |
|---|
| 29 | 27 | |
|---|
| 30 | 28 | extern const char vlc_usage[]; |
|---|