1
0
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:
diego 2010-02-27 12:45:12 +00:00
parent a7b58b6d7a
commit 664e5bb9b8
2 changed files with 0 additions and 6 deletions

View File

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

View File

@ -22,9 +22,6 @@
#include <stdlib.h>
extern "C" {
#ifndef STREAM_H
#include "stream/stream.h"
#endif
#ifndef DEMUXER_H
#include "demuxer.h"
#endif