shithub: jbig2

Download patch

ref: fdefccb83e29b399d3c3935ed2ada533fb57bdd0
parent: 261eb20b93e2fa36f34748be10232160955719cd
author: Ralph Giles <giles@ghostscript.com>
date: Tue Mar 31 17:29:09 EDT 2009

Remove unnecessary header includes.

--- a/jbig2.c
+++ b/jbig2.c
@@ -28,9 +28,6 @@
 
 #include "jbig2.h"
 #include "jbig2_priv.h"
-#include "jbig2_arith.h"
-#include "jbig2_generic.h"
-#include "jbig2_symbol_dict.h"
 
 static void *
 jbig2_default_alloc (Jbig2Allocator *allocator, size_t size)