From 6af1fed04cea6c3d7fe086c593c57fdc8fed8719 Mon Sep 17 00:00:00 2001
From: Tor Andersson <tor@ghostscript.com>
Date: Wed, 2 Dec 2009 22:54:13 +0100
Subject: Killing time. Butchered display tree and disabled all calls to it.

---
 fitzdraw/pathstroke.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'fitzdraw/pathstroke.c')

diff --git a/fitzdraw/pathstroke.c b/fitzdraw/pathstroke.c
index 13e70dd4..7b08ab5c 100644
--- a/fitzdraw/pathstroke.c
+++ b/fitzdraw/pathstroke.c
@@ -1,5 +1,5 @@
 #include "fitz_base.h"
-#include "fitz_tree.h"
+#include "fitz_res.h"
 #include "fitz_draw.h"
 
 enum { BUTT = 0, ROUND = 1, SQUARE = 2, MITER = 0, BEVEL = 2 };
-- 
cgit v1.2.3