From c325f7569e2081e060a32e5e92b075400d4f8f42 Mon Sep 17 00:00:00 2001 From: "pnunn%netscape.com" Date: Tue, 11 Aug 1998 20:45:59 +0000 Subject: [PATCH] Removed extraneous include file. Tom Lane, committed by pnunn. git-svn-id: svn://10.0.0.236/trunk@7772 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libimg/src/jpeg.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mozilla/modules/libimg/src/jpeg.cpp b/mozilla/modules/libimg/src/jpeg.cpp index 3ef10f71622..864743c955f 100644 --- a/mozilla/modules/libimg/src/jpeg.cpp +++ b/mozilla/modules/libimg/src/jpeg.cpp @@ -18,7 +18,7 @@ /* * jpeg.c --- Glue code to Independent JPEG Group decoder library - * $Id: jpeg.cpp,v 3.1 1998-07-27 16:09:43 hardts%netscape.com Exp $ + * $Id: jpeg.cpp,v 3.2 1998-08-11 20:45:59 pnunn%netscape.com Exp $ */ @@ -40,7 +40,6 @@ #endif PR_BEGIN_EXTERN_C -#include "jinclude.h" #include "jpeglib.h" #include "jerror.h"