Browse Source

[media] include/uapi/linux/dvb/video.h: remove stdint.h include

Kernel headers should use linux/types.h instead.

Signed-off-by: Mikko Rapeli <mikko.rapeli@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mikko Rapeli 9 years ago
parent
commit
49dbb4894a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/uapi/linux/dvb/video.h

+ 0 - 1
include/uapi/linux/dvb/video.h

@@ -26,7 +26,6 @@
 
 
 #include <linux/types.h>
 #include <linux/types.h>
 #ifndef __KERNEL__
 #ifndef __KERNEL__
-#include <stdint.h>
 #include <time.h>
 #include <time.h>
 #endif
 #endif