Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
454
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
75f375f0
Commit
75f375f0
authored
1 year ago
by
Steve Lhomme
Browse files
Options
Downloads
Patches
Plain Diff
input_internal: remove unused headers
parent
70e89784
No related branches found
Branches containing commit
No related tags found
1 merge request
!3862
reorder/clean includes so windows.h is never included before winsock headers
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/input/input_internal.h
+1
-8
1 addition, 8 deletions
src/input/input_internal.h
with
1 addition
and
8 deletions
src/input/input_internal.h
+
1
−
8
View file @
75f375f0
...
...
@@ -23,17 +23,10 @@
#ifndef LIBVLC_INPUT_INTERNAL_H
#define LIBVLC_INPUT_INTERNAL_H 1
#include
<stddef.h>
#include
<stdatomic.h>
#include
<vlc_access.h>
#include
<vlc_demux.h>
#include
<vlc_input.h>
#include
<vlc_viewpoint.h>
#include
<vlc_atomic.h>
#include
<libvlc.h>
#include
"input_interface.h"
#include
"misc/interrupt.h"
#include
"
../
misc/interrupt.h"
struct
input_stats
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment