changeset 32343:3930b52e38d2

Remove some unnecessary #includes from IVTV and V4L2 checks.
author diego
date Sun, 03 Oct 2010 14:49:30 +0000
parents b5aa0248bdc2
children 0e036289e7ef
files configure
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Oct 03 13:49:57 2010 +0000
+++ b/configure	Sun Oct 03 14:49:30 2010 +0000
@@ -5325,9 +5325,6 @@
 echocheck "IVTV TV-Out (pre linux-2.6.24)"
 if test "$_ivtv" = auto ; then
   cat > $TMPC << EOF
-#include <stdlib.h>
-#include <inttypes.h>
-#include <linux/types.h>
 #include <linux/videodev2.h>
 #include <linux/ivtv.h>
 #include <sys/ioctl.h>
@@ -5356,9 +5353,6 @@
 echocheck "V4L2 MPEG Decoder"
 if test "$_v4l2" = auto ; then
   cat > $TMPC << EOF
-#include <stdlib.h>
-#include <inttypes.h>
-#include <linux/types.h>
 #include <linux/videodev2.h>
 #include <linux/version.h>
 int main(void) {