Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
bf8f6ebc
Commit
bf8f6ebc
authored
Jul 22, 2009
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vout modules: remove uneeded includes.
parent
9a4af551
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
15 deletions
+5
-15
modules/video_output/aa.c
modules/video_output/aa.c
+2
-5
modules/video_output/directfb.c
modules/video_output/directfb.c
+1
-2
modules/video_output/ggi.c
modules/video_output/ggi.c
+2
-4
modules/video_output/sdl.c
modules/video_output/sdl.c
+0
-4
No files found.
modules/video_output/aa.c
View file @
bf8f6ebc
...
...
@@ -24,18 +24,15 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <errno.h>
/* ENOMEM */
#include <aalib.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <aalib.h>
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_vout.h>
#include <vlc_interface.h>
/*****************************************************************************
* Local prototypes
...
...
modules/video_output/directfb.c
View file @
bf8f6ebc
...
...
@@ -25,8 +25,6 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <errno.h>
/* ENOMEM */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
...
...
@@ -34,6 +32,7 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_vout.h>
#include <directfb.h>
/*****************************************************************************
...
...
modules/video_output/ggi.c
View file @
bf8f6ebc
...
...
@@ -25,14 +25,12 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <errno.h>
/* ENOMEM */
#include <ggi/ggi.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <ggi/ggi.h>
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_interface.h>
...
...
modules/video_output/sdl.c
View file @
bf8f6ebc
...
...
@@ -26,19 +26,15 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <errno.h>
/* ENOMEM */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_interface.h>
#include <vlc_playlist.h>
#include <vlc_vout.h>
#include <vlc_keys.h>
//#include <vlc_aout.h>
#include <sys/types.h>
#ifndef WIN32
...
...
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