summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-06-21 14:39:24 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:11:07 +0200
commit262dde35ffea591ac1ca852e1d33c75597c5116e (patch)
treeb76743ab4044e85f206119f95dbd831c8be1487e /stream
parent5f8576f6eef782389a68c952e52b3f94311dc30b (diff)
downloadmpv-262dde35ffea591ac1ca852e1d33c75597c5116e.tar.bz2
mpv-262dde35ffea591ac1ca852e1d33c75597c5116e.tar.xz
stream/dvbin.h: Use angular brackets for system #includes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31516 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/dvbin.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/stream/dvbin.h b/stream/dvbin.h
index e278e79489..8f7ff28d40 100644
--- a/stream/dvbin.h
+++ b/stream/dvbin.h
@@ -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