stream/dvbin.h: Use angular brackets for system #includes.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31516 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-06-21 14:39:24 +00:00 committed by Uoti Urpala
parent 5f8576f6ee
commit 262dde35ff
1 changed files with 1 additions and 2 deletions

View File

@ -15,6 +15,7 @@
#define LOF1 (9750*1000UL)
#define LOF2 (10600*1000UL)
#include <inttypes.h>
#include <linux/dvb/dmx.h>
#include <linux/dvb/frontend.h>
#include <linux/dvb/version.h>
@ -37,8 +38,6 @@
#define DVB_CHANNEL_LOWER -1
#define DVB_CHANNEL_HIGHER 1
#include "inttypes.h"
#ifndef DMX_FILTER_SIZE
#define DMX_FILTER_SIZE 16
#endif