diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2007-04-15 08:19:47 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2007-04-15 08:19:47 +0000 |
| commit | 65e6378a83cbfb972ed9d4d492ba24172acb838a (patch) | |
| tree | 1a0dc253027c3719446ab40f82c19f9086a11211 /src/extension/script/InkscapePython.cpp | |
| parent | Work-around code for GTK+ 2.8 compatibility (gtk+ 2.10 required RSN) (diff) | |
| download | inkscape-65e6378a83cbfb972ed9d4d492ba24172acb838a.tar.gz inkscape-65e6378a83cbfb972ed9d4d492ba24172acb838a.zip | |
Use relative include path for Pycxx
(bzr r2897)
Diffstat (limited to '')
| -rw-r--r-- | src/extension/script/InkscapePython.cpp | 4 |
1 files 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 <stdio.h> -#include <CXX/Extensions.hxx> -#include <CXX/Objects.hxx> +#include "CXX/Extensions.hxx" +#include "CXX/Objects.hxx" #include <inkscape.h> |
