Changeset 2caa2480230a3cfc877b135485865b65b5482516
- Timestamp:
- 23/08/07 18:42:19
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1187887339 +0000
- git-parent:
[21a5355e90f0c957c727201e5686c7892754c5c5]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1187887339 +0000
- Message:
Remove useless #include
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r21a5355 |
r2caa248 |
|
| 27 | 27 | #include <vlc/vlc.h> |
|---|
| 28 | 28 | #include <vlc_sout.h> |
|---|
| 29 | | #include <vlc_block.h> |
|---|
| 30 | 29 | |
|---|
| 31 | 30 | #include <vlc_httpd.h> |
|---|
| 32 | 31 | #include <vlc_url.h> |
|---|
| 33 | 32 | #include <vlc_network.h> |
|---|
| 34 | | #include <vlc_charset.h> |
|---|
| 35 | | #include <vlc_strings.h> |
|---|
| 36 | 33 | |
|---|
| 37 | 34 | #include "rtp.h" |
|---|