1 | | diff -ur a/src/librdf.h b/src/librdf.h |
2 | | --- a/src/librdf.h 2011-07-19 16:54:49.000000000 -0700 |
3 | | +++ b/src/librdf.h 2011-07-19 18:06:34.000000000 -0700 |
4 | | @@ -28,7 +28,7 @@ |
5 | | |
6 | | #ifndef LIBRDF_OBJC_FRAMEWORK |
7 | | /* raptor */ |
8 | | -#include <raptor.h> |
9 | | +#include <raptor2/raptor2.h> |
10 | | /* rasqal: uses raptor */ |
11 | | #include <rasqal.h> |
12 | | /* librdf: uses rasqal and raptor */ |
13 | | diff -ur a/src/librdf.h.in b/src/librdf.h.in |
14 | | --- a/src/librdf.h.in 2011-07-19 16:54:49.000000000 -0700 |
15 | | +++ b/src/librdf.h.in 2011-07-19 18:06:34.000000000 -0700 |
16 | | @@ -28,7 +28,7 @@ |
17 | | |
18 | | #ifndef LIBRDF_OBJC_FRAMEWORK |
19 | | /* raptor */ |
20 | | -#include <raptor.h> |
21 | | +#include <raptor2/raptor2.h> |
22 | | /* rasqal: uses raptor */ |
23 | | #include <rasqal.h> |
24 | | /* librdf: uses rasqal and raptor */ |
25 | | diff -ur a/src/rdf_log.h b/src/rdf_log.h |
26 | | --- a/src/rdf_log.h 2011-07-19 16:54:49.000000000 -0700 |
27 | | +++ b/src/rdf_log.h 2011-07-19 18:06:34.000000000 -0700 |
28 | | @@ -30,7 +30,7 @@ |
29 | | extern "C" { |
30 | | #endif |
31 | | |
32 | | -#include <raptor.h> |
33 | | +#include <raptor2/raptor2.h> |
34 | | |
35 | | /** |
36 | | * librdf_log_level: |
37 | | diff -ur a/src/rdf_serializer.h b/src/rdf_serializer.h |
38 | | --- a/src/rdf_serializer.h 2011-07-19 16:54:49.000000000 -0700 |
39 | | +++ b/src/rdf_serializer.h 2011-07-19 18:06:34.000000000 -0700 |
40 | | @@ -36,7 +36,7 @@ |
41 | | extern "C" { |
42 | | #endif |
43 | | |
44 | | -#include <raptor.h> |
45 | | +#include <raptor2/raptor2.h> |
46 | | |
47 | | /* class methods */ |
48 | | REDLAND_API |
49 | | diff -ur a/src/rdf_serializer_internal.h b/src/rdf_serializer_internal.h |
50 | | --- a/src/rdf_serializer_internal.h 2011-07-19 16:54:49.000000000 -0700 |
51 | | +++ b/src/rdf_serializer_internal.h 2011-07-19 18:06:34.000000000 -0700 |
52 | | @@ -32,7 +32,7 @@ |
53 | | extern "C" { |
54 | | #endif |
55 | | |
56 | | -#include <raptor.h> |
57 | | +#include <raptor2/raptor2.h> |
58 | | |
59 | | struct librdf_serializer_factory_s |
60 | | { |
61 | | diff -ur a/utils/rdfproc.c b/utils/rdfproc.c |
62 | | --- a/utils/rdfproc.c 2011-07-19 16:54:49.000000000 -0700 |
63 | | +++ b/utils/rdfproc.c 2011-07-19 18:06:34.000000000 -0700 |
64 | | @@ -46,7 +46,7 @@ |
65 | | #include <unistd.h> |
66 | | |
67 | | #include <redland.h> |
68 | | -#include <raptor.h> |
69 | | +#include <raptor2/raptor2.h> |
70 | | |
71 | | #ifdef NEED_OPTIND_DECLARATION |
72 | | extern int optind; |
73 | | diff -ur a/utils/redland-virtuoso-test.c b/utils/redland-virtuoso-test.c |
74 | | --- a/utils/redland-virtuoso-test.c 2011-07-19 16:54:49.000000000 -0700 |
75 | | +++ b/utils/redland-virtuoso-test.c 2011-07-19 18:06:32.000000000 -0700 |
76 | | @@ -76,7 +76,7 @@ |
77 | | #include <unistd.h> |
78 | | |
79 | | #include <redland.h> |
80 | | -#include <raptor.h> |
81 | | +#include <raptor2/raptor2.h> |
82 | | |
83 | | |
84 | | int add_triple(librdf_world *world, librdf_node *context, librdf_model* model, const char *s, const char *p, const char *o); |