Mercurial > mplayer.hg
changeset 31450:8449d9eab838
Use angular brackets for system #includes.
author | diego |
---|---|
date | Mon, 21 Jun 2010 14:39:24 +0000 |
parents | 6441c47ae7f5 |
children | b109d4fd7f3f |
files | stream/dvbin.h |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/dvbin.h Mon Jun 21 12:55:43 2010 +0000 +++ b/stream/dvbin.h Mon Jun 21 14:39:24 2010 +0000 @@ -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