From 01c697d88852d3180d64f9abe4c4229e720f6906 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 15 Oct 2005 14:17:04 +0000 Subject: [PATCH] moved swfoutput.h to ../lib/devices --- pdf2swf/SWFOutputDev.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf2swf/SWFOutputDev.cc b/pdf2swf/SWFOutputDev.cc index 8226c66..ab19a5a 100644 --- a/pdf2swf/SWFOutputDev.cc +++ b/pdf2swf/SWFOutputDev.cc @@ -63,7 +63,7 @@ #include "SWFOutputDev.h" //swftools header files -#include "swfoutput.h" +#include "../lib/devices/swf.h" #include "../lib/log.h" #include "../lib/gfxdevice.h" #include "../lib/gfxtools.h" -- 1.7.10.4