mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 08:12:17 +00:00
Remove unnecessary stream.h #includes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30758 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a7b58b6d7a
commit
664e5bb9b8
@ -22,9 +22,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifndef STREAM_H
|
||||
#include "stream/stream.h"
|
||||
#endif
|
||||
#ifndef DEMUXER_H
|
||||
#include "demuxer.h"
|
||||
#endif
|
||||
|
@ -22,9 +22,6 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
extern "C" {
|
||||
#ifndef STREAM_H
|
||||
#include "stream/stream.h"
|
||||
#endif
|
||||
#ifndef DEMUXER_H
|
||||
#include "demuxer.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user