Changeset 1db1e0f0e2fc78a284d1162e782bf07a5d8d64ff
- Timestamp:
- 03/02/08 21:38:34
(10 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1202071114 +0000
- git-parent:
[9c5aac5c0e6880517497e7a651c56324ad1935ea]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1202071114 +0000
- Message:
Remove dead preprocessor directives
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r46e1689 |
r1db1e0f |
|
| 27 | 27 | #include <stdlib.h> |
|---|
| 28 | 28 | #include <string.h> |
|---|
| 29 | | |
|---|
| 30 | | #ifdef HAVE_LINUX_LIMITS_H |
|---|
| 31 | | # include <linux/limits.h> |
|---|
| 32 | | #endif |
|---|
| 33 | 29 | |
|---|
| 34 | 30 | #include "config.h" |
|---|
| raeb9817 |
r1db1e0f |
|
| 40 | 40 | #include <vlc_xml.h> |
|---|
| 41 | 41 | #include <vlc_input.h> |
|---|
| 42 | | |
|---|
| 43 | | #ifdef HAVE_LINUX_LIMITS_H |
|---|
| 44 | | # include <linux/limits.h> |
|---|
| 45 | | #endif |
|---|
| 46 | 42 | |
|---|
| 47 | 43 | #include <math.h> |
|---|