Changeset 89d56df65a72b099ce6a10bc35c8f4e71dce4f5f
- Timestamp:
- 05/02/08 18:06:43
(4 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1209744403 +0300
- git-parent:
[5f1eb7796b781d998e6f578648cc7d5ed738cc6e]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1209744403 +0300
- Message:
main.h -> vlc_main.h
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rbeee322 |
r89d56df |
|
| 932 | 932 | #include "vlc_threads_funcs.h" |
|---|
| 933 | 933 | #include "vlc_modules.h" |
|---|
| 934 | | #include "main.h" |
|---|
| | 934 | #include "vlc_main.h" |
|---|
| 935 | 935 | #include "vlc_configuration.h" |
|---|
| 936 | 936 | |
|---|
| r6b7b393 |
r89d56df |
|
| 37 | 37 | |
|---|
| 38 | 38 | pluginsinclude_HEADERS = \ |
|---|
| 39 | | ../include/main.h \ |
|---|
| 40 | 39 | ../include/vlc_arrays.h \ |
|---|
| 41 | 40 | ../include/vlc_common.h \ |
|---|
| 42 | 41 | ../include/vlc_config.h \ |
|---|
| 43 | 42 | ../include/vlc_configuration.h \ |
|---|
| | 43 | ../include/vlc_main.h \ |
|---|
| 44 | 44 | ../include/vlc_messages.h \ |
|---|
| 45 | 45 | ../include/vlc_modules.h \ |
|---|