[MPlayer-cvslog] r31516 - trunk/stream/dvbin.h
diego
subversion at mplayerhq.hu
Mon Jun 21 16:39:24 CEST 2010
Author: diego
Date: Mon Jun 21 16:39:24 2010
New Revision: 31516
Log:
Use angular brackets for system #includes.
Modified:
trunk/stream/dvbin.h
Modified: trunk/stream/dvbin.h
==============================================================================
--- trunk/stream/dvbin.h Mon Jun 21 14:55:43 2010 (r31515)
+++ trunk/stream/dvbin.h Mon Jun 21 16:39:24 2010 (r31516)
@@ -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
More information about the MPlayer-cvslog
mailing list