Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
841dd958
Commit
841dd958
authored
Apr 27, 2011
by
Laurent Aimar
Browse files
Removed useless includes (cc.c)
parent
603a87c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/cc.c
View file @
841dd958
...
...
@@ -36,20 +36,13 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
<string.h>
#include
<assert.h>
#include
<vlc_common.h>
#include
<vlc_plugin.h>
#include
<vlc_codec.h>
#include
<vlc_input.h>
#include
<vlc_filter.h>
#include
<vlc_image.h>
#include
<vlc_charset.h>
#include
<vlc_stream.h>
#include
<vlc_xml.h>
#include
<string.h>
#include
<assert.h>
#include
"substext.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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