From 73606187c9598c4bb1c1fea132e9cef1dc14c838 Mon Sep 17 00:00:00 2001
From: Tor Andersson <tor@ghostscript.com>
Date: Sat, 4 Jun 2005 16:21:07 +0200
Subject: new world order ii -- revenge of the header files

---
 stream/obj_parse.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'stream/obj_parse.c')

diff --git a/stream/obj_parse.c b/stream/obj_parse.c
index c3f3d3dc..bd8133a2 100644
--- a/stream/obj_parse.c
+++ b/stream/obj_parse.c
@@ -1,4 +1,5 @@
-#include <fitz.h>
+#include "fitz-base.h"
+#include "fitz-stream.h"
 
 struct vap { va_list ap; };
 
-- 
cgit v1.2.3