Browse Source

input_internal: remove unused headers

pull/162/head
Steve Lhomme 3 years ago
parent
commit
75f375f0c9
  1. 9
      src/input/input_internal.h

9
src/input/input_internal.h

@ -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;

Loading…
Cancel
Save