From: mjwybrow Date: Fri, 8 Feb 2008 04:41:55 +0000 (+0000) Subject: * src/conn-avoid-ref.cpp: Include the "xml/simple-node" header, rather than X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b122546b5158fa1173d0cd3891e043620b44f7d7;p=inkscape.git * src/conn-avoid-ref.cpp: Include the "xml/simple-node" header, rather than the source file. This fixes bug #190109, a linker error that shows up when compiling with Xcode 3.0. --- diff --git a/src/conn-avoid-ref.cpp b/src/conn-avoid-ref.cpp index 997e316b5..e12351f75 100644 --- a/src/conn-avoid-ref.cpp +++ b/src/conn-avoid-ref.cpp @@ -19,7 +19,7 @@ #include "libavoid/polyutil.h" #include "libavoid/router.h" #include "libavoid/connector.h" -#include "xml/simple-node.cpp" +#include "xml/simple-node.h" #include "document.h" #include "prefs-utils.h"