From 65e6378a83cbfb972ed9d4d492ba24172acb838a Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Sun, 15 Apr 2007 08:19:47 +0000 Subject: Use relative include path for Pycxx (bzr r2897) --- src/extension/script/InkscapePython.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/extension/script/InkscapePython.cpp') diff --git a/src/extension/script/InkscapePython.cpp b/src/extension/script/InkscapePython.cpp index e2172db81..c5835441b 100644 --- a/src/extension/script/InkscapePython.cpp +++ b/src/extension/script/InkscapePython.cpp @@ -16,8 +16,8 @@ #include -#include -#include +#include "CXX/Extensions.hxx" +#include "CXX/Objects.hxx" #include -- cgit v1.2.3