From: sgunderson@bigfoot.com <> Date: Thu, 29 May 2008 05:31:16 +0000 (-0700) Subject: Remove a few redundant includes. X-Git-Url: https://git.sesse.net/?p=qscale;a=commitdiff_plain;h=b53213ce8e6535eadd165412448d930e98d4ab33 Remove a few redundant includes. --- diff --git a/qscale.c b/qscale.c index 112f0fd..6da1b39 100644 --- a/qscale.c +++ b/qscale.c @@ -17,9 +17,7 @@ */ #include -#include #include -#include "jpeglib.h" #include "libqscale.h" int main(int argc, char **argv)