# HG changeset patch # User diego # Date 1277131164 0 # Node ID 8449d9eab8383a7617e79ebf2646f260c78dcaad # Parent 6441c47ae7f5a5d637183141f14bf8e013cc6a33 Use angular brackets for system #includes. diff -r 6441c47ae7f5 -r 8449d9eab838 stream/dvbin.h --- 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 #include #include #include @@ -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