diff options
author | Rob Barker <robert.barker@redembedded.com> | 2014-05-29 11:47:16 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-07-26 00:11:02 -0300 |
commit | f08dfa5c83feb24a77722b2800c4dd1bf127840b (patch) | |
tree | f6225cffd1a3015f5ab053a5ab377c187f16a13b | |
parent | 72f0df1fd90b2ece5ce6c57433e36ec2386e262e (diff) |
v4l-utils: libdvbv5: fix compilation issue
Removed unnecessary header file to fix issue with some compilers.
Signed-off-by: Rob Barker <robert.barker@redembedded.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
-rw-r--r-- | lib/include/libdvbv5/descriptors.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/include/libdvbv5/descriptors.h b/lib/include/libdvbv5/descriptors.h index 94d85a91..cda958e6 100644 --- a/lib/include/libdvbv5/descriptors.h +++ b/lib/include/libdvbv5/descriptors.h @@ -26,7 +26,6 @@ #ifndef _DESCRIPTORS_H #define _DESCRIPTORS_H -#include <arpa/inet.h> #include <unistd.h> #include <stdint.h> |