Skip to content
Snippets Groups Projects
Commit 75f375f0 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

input_internal: remove unused headers

parent 70e89784
No related branches found
No related tags found
1 merge request!3862reorder/clean includes so windows.h is never included before winsock headers
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment