Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
55bcbe0e
Commit
55bcbe0e
authored
Dec 31, 2013
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playlist: clean up #includes for meta data modules
parent
99a19a8f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
12 deletions
+6
-12
src/playlist/art.c
src/playlist/art.c
+2
-5
src/playlist/fetcher.c
src/playlist/fetcher.c
+3
-3
src/playlist/preparser.c
src/playlist/preparser.c
+1
-4
No files found.
src/playlist/art.c
View file @
55bcbe0e
...
...
@@ -26,20 +26,17 @@
# include "config.h"
#endif
#include <assert.h>
#include <sys/stat.h>
#include <errno.h>
#include <vlc_common.h>
#include <vlc_
playlist
.h>
#include <vlc_
input_item
.h>
#include <vlc_fs.h>
#include <vlc_strings.h>
#include <vlc_stream.h>
#include <vlc_url.h>
#include <vlc_md5.h>
#include "../libvlc.h"
#include "playlist_internal.h"
#include "art.h"
static
void
ArtCacheCreateDir
(
const
char
*
psz_dir
)
{
...
...
src/playlist/fetcher.c
View file @
55bcbe0e
...
...
@@ -25,20 +25,20 @@
# include "config.h"
#endif
#include <limits.h>
#include <assert.h>
#include <vlc_common.h>
#include <vlc_playlist.h>
#include <vlc_stream.h>
#include <limits.h>
#include <vlc_art_finder.h>
#include <vlc_memory.h>
#include <vlc_demux.h>
#include <vlc_modules.h>
#include "libvlc.h"
#include "art.h"
#include "fetcher.h"
#include "
playlist_internal
.h"
#include "
input/input_interface
.h"
/*****************************************************************************
* Structures/definitions
...
...
src/playlist/preparser.c
View file @
55bcbe0e
...
...
@@ -26,13 +26,10 @@
#endif
#include <vlc_common.h>
#include <vlc_playlist.h>
#include "art.h"
#include "fetcher.h"
#include "preparser.h"
#include "../input/input_interface.h"
#include "input/input_interface.h"
/*****************************************************************************
* Structures/definitions
...
...
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