comparison rdf/SimpleSPARQLQuery.cpp @ 702:97fbb6b3e749

Remove unnecessary configure dependency for raptor
author Chris Cannam
date Wed, 28 Sep 2011 10:15:47 +0100
parents 1424aa29ae95
children f3fd2988fc9b
comparison
equal deleted inserted replaced
700:5117d7cf59ec 702:97fbb6b3e749
25 25
26 // Rather than including <redland.h> -- for some reason redland.h 26 // Rather than including <redland.h> -- for some reason redland.h
27 // includes <rasqal.h>, while the rasqal header actually gets 27 // includes <rasqal.h>, while the rasqal header actually gets
28 // installed as <rasqal/rasqal.h> which breaks the inclusion all over 28 // installed as <rasqal/rasqal.h> which breaks the inclusion all over
29 // the place unless a very clever include path is set 29 // the place unless a very clever include path is set
30 #include <raptor.h>
31 #include <rasqal/rasqal.h> 30 #include <rasqal/rasqal.h>
32 #include <librdf.h> 31 #include <librdf.h>
33 32
34 //#define DEBUG_SIMPLE_SPARQL_QUERY 1 33 //#define DEBUG_SIMPLE_SPARQL_QUERY 1
35 34