From: ishmal Date: Sun, 15 Apr 2007 08:19:47 +0000 (+0000) Subject: Use relative include path for Pycxx X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e148eb02e502089ec0b01b657cb0d1e2423319ae;p=inkscape.git Use relative include path for Pycxx --- 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