Changeset 1b09c02c7e8162abb14d6f30980b09c7d7b34200
- Timestamp:
- 24/01/08 17:08:13
(9 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1201190893 +0000
- git-parent:
[15e4046f07eb5eb9daf1907c2b1c3f2ce5aae791]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1201190893 +0000
- Message:
Include assert.h when needed
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r99fab90 |
r1b09c02 |
|
| 54 | 54 | #include <stdlib.h> |
|---|
| 55 | 55 | #include <stdarg.h> |
|---|
| 56 | | #include <assert.h> |
|---|
| 57 | 56 | |
|---|
| 58 | 57 | #include <string.h> |
|---|
| … | … | |
| 600 | 599 | }; |
|---|
| 601 | 600 | |
|---|
| | 601 | #include <assert.h> /* FIXME: should not be included here */ |
|---|
| | 602 | |
|---|
| 602 | 603 | static inline void __vlc_gc_incref( gc_object_t * p_gc ) |
|---|
| 603 | 604 | { |
|---|
| racbd355 |
r1b09c02 |
|
| 37 | 37 | */ |
|---|
| 38 | 38 | |
|---|
| 39 | | #include <assert.h> |
|---|
| 40 | 39 | #include <vlc_input.h> |
|---|
| 41 | 40 | #include <vlc_events.h> |
|---|
| 42 | | #include <stdio.h> |
|---|
| 43 | | #include <stdlib.h> |
|---|
| 44 | 41 | |
|---|
| 45 | 42 | struct services_discovery_t |
|---|
| r99fab90 |
r1b09c02 |
|
| 32 | 32 | |
|---|
| 33 | 33 | #include <errno.h> /* errno */ |
|---|
| 34 | | |
|---|
| 35 | | #ifdef HAVE_LIMITS_H |
|---|
| 36 | | # include <limits.h> |
|---|
| 37 | | #endif |
|---|
| | 34 | #include <assert.h> |
|---|
| | 35 | #include <limits.h> |
|---|
| 38 | 36 | |
|---|
| 39 | 37 | #ifdef HAVE_UNISTD_H |
|---|
| r99fab90 |
r1b09c02 |
|
| 33 | 33 | #include <errno.h> /* errno */ |
|---|
| 34 | 34 | #include <stdbool.h> |
|---|
| | 35 | #include <assert.h> |
|---|
| 35 | 36 | |
|---|
| 36 | 37 | #ifdef HAVE_LIMITS_H |
|---|
| r99fab90 |
r1b09c02 |
|
| 32 | 32 | |
|---|
| 33 | 33 | #include <errno.h> /* errno */ |
|---|
| 34 | | |
|---|
| 35 | | #ifdef HAVE_LIMITS_H |
|---|
| 36 | | # include <limits.h> |
|---|
| 37 | | #endif |
|---|
| | 34 | #include <assert.h> |
|---|
| | 35 | #include <limits.h> |
|---|
| 38 | 36 | |
|---|
| 39 | 37 | #ifdef HAVE_UNISTD_H |
|---|
| r99fab90 |
r1b09c02 |
|
| 30 | 30 | # include "config.h" |
|---|
| 31 | 31 | #endif |
|---|
| | 32 | #include <assert.h> |
|---|
| 32 | 33 | |
|---|
| 33 | 34 | #include <vlc/vlc.h> |
|---|
| r99fab90 |
r1b09c02 |
|
| 34 | 34 | #include <ctype.h> |
|---|
| 35 | 35 | #include <limits.h> |
|---|
| | 36 | #include <assert.h> |
|---|
| 36 | 37 | |
|---|
| 37 | 38 | #include "input_internal.h" |
|---|
| r99fab90 |
r1b09c02 |
|
| 25 | 25 | # include "config.h" |
|---|
| 26 | 26 | #endif |
|---|
| | 27 | #include <assert.h> |
|---|
| 27 | 28 | |
|---|
| 28 | 29 | #include <vlc/vlc.h> |
|---|
| r99fab90 |
r1b09c02 |
|
| 37 | 37 | #include <errno.h> |
|---|
| 38 | 38 | #include <limits.h> /* PATH_MAX */ |
|---|
| | 39 | #include <assert.h> |
|---|
| 39 | 40 | |
|---|
| 40 | 41 | #ifdef HAVE_SYS_STAT_H |
|---|
| r99fab90 |
r1b09c02 |
|
| 71 | 71 | # include <errno.h> /* ENOSYS */ |
|---|
| 72 | 72 | #endif |
|---|
| | 73 | #include <assert.h> |
|---|
| 73 | 74 | |
|---|
| 74 | 75 | /***************************************************************************** |
|---|
| r99fab90 |
r1b09c02 |
|
| 41 | 41 | #include <stdio.h> /* sprintf() */ |
|---|
| 42 | 42 | #include <string.h> /* strdup() */ |
|---|
| | 43 | #include <assert.h> |
|---|
| 43 | 44 | |
|---|
| 44 | 45 | #ifdef HAVE_DIRENT_H |
|---|
| r99fab90 |
r1b09c02 |
|
| 34 | 34 | |
|---|
| 35 | 35 | #include <errno.h> |
|---|
| | 36 | #include <assert.h> |
|---|
| 36 | 37 | |
|---|
| 37 | 38 | #ifdef HAVE_FCNTL_H |
|---|
| r99fab90 |
r1b09c02 |
|
| 24 | 24 | # include "config.h" |
|---|
| 25 | 25 | #endif |
|---|
| | 26 | #include <assert.h> |
|---|
| 26 | 27 | |
|---|
| 27 | 28 | #include <vlc/vlc.h> |
|---|
| r99fab90 |
r1b09c02 |
|
| 24 | 24 | # include "config.h" |
|---|
| 25 | 25 | #endif |
|---|
| | 26 | #include <assert.h> |
|---|
| 26 | 27 | |
|---|
| 27 | 28 | #include <vlc/vlc.h> |
|---|
| r99fab90 |
r1b09c02 |
|
| 37 | 37 | #include <string.h> |
|---|
| 38 | 38 | #include <ctype.h> /* tolower(), isxdigit() */ |
|---|
| | 39 | #include <assert.h> |
|---|
| 39 | 40 | |
|---|
| 40 | 41 | #include <vlc_sout.h> |
|---|