From e148eb02e502089ec0b01b657cb0d1e2423319ae Mon Sep 17 00:00:00 2001 From: ishmal Date: Sun, 15 Apr 2007 08:19:47 +0000 Subject: [PATCH] Use relative include path for Pycxx --- src/extension/script/InkscapePython.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2