From 16540e99531b301d55e896c2244ca099895e6062 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 4 Feb 2010 18:13:02 +0100 Subject: Use the new header names I just ran: find -name "*.[ch]" | xargs sed -i -f ../spice-protocol/includes.sed find -name "*.cpp" | xargs sed -i -f ../spice-protocol/includes.sed --- common/gdi_canvas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/gdi_canvas.h') diff --git a/common/gdi_canvas.h b/common/gdi_canvas.h index 0f518508..8ba3f202 100644 --- a/common/gdi_canvas.h +++ b/common/gdi_canvas.h @@ -20,7 +20,7 @@ #include -#include "draw.h" +#include #include "cairo.h" #include "canvas_base.h" #include "region.h" -- cgit