mirror of https://github.com/mpv-player/mpv
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:
parent
5f8576f6ee
commit
262dde35ff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue