diff --git a/jpegyuv.c b/jpegyuv.c index 9375568c..171774f7 100644 --- a/jpegyuv.c +++ b/jpegyuv.c @@ -33,11 +33,7 @@ /* gcc -std=c99 jpegyuv.c -I/opt/local/include/ -L/opt/local/lib/ -ljpeg -o jpegyuv */ -#include #include -#include -#include -#include #include #include "jpeglib.h" @@ -71,8 +67,6 @@ int main(int argc, char *argv[]) { return 1; } - errno = 0; - /* Will check these for validity when opening via 'fopen'. */ jpg_path = argv[1]; yuv_path = argv[2]; diff --git a/yuvjpeg.c b/yuvjpeg.c index b21683c5..f8b728b0 100644 --- a/yuvjpeg.c +++ b/yuvjpeg.c @@ -34,8 +34,6 @@ #include #include -#include -#include #include #include