Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
f73343dc
Commit
f73343dc
authored
Sep 01, 2007
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove a big bunch of #include that are not needed anymore
(we had them because of the big vlc_symbol structure)
parent
63ea63eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
35 deletions
+0
-35
src/modules/modules.c
src/modules/modules.c
+0
-35
No files found.
src/modules/modules.c
View file @
f73343dc
...
...
@@ -79,46 +79,11 @@
#include "modules/configuration.h"
#include "libvlc.h"
#include "vlc_interface.h"
#include "vlc_playlist.h"
#include "vlc_stream.h"
#include "vlc_access.h"
#include "vlc_demux.h"
#include "vlc_codec.h"
#include "vlc_vout.h"
#include "vlc_vout_synchro.h"
#include "vlc_aout.h"
#include "vlc_sout.h"
#include "vlc_httpd.h"
#include "vlc_acl.h"
#include "vlc_tls.h"
#include "vlc_md5.h"
#include "vlc_xml.h"
#include "vlc_url.h"
#include "iso_lang.h"
#include "vlc_charset.h"
#include "vlc_block.h"
#include "vlc_vlm.h"
#include "vlc_image.h"
#include "vlc_osd.h"
#include "vlc_update.h"
#include "vlc_strings.h"
#include "vlc_streaming.h"
#include "modules/modules.h"
#include "modules/builtin.h"
#include "vlc_network.h"
#if defined( WIN32 ) || defined( UNDER_CE )
/* Avoid name collisions */
# define LoadModule(a,b,c) LoadVlcModule(a,b,c)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment