diff options
author | David Robillard <d@drobilla.net> | 2007-07-29 17:20:23 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-07-29 17:20:23 +0000 |
commit | 61c703a6fe358770c9616b91b26fefc7052a285a (patch) | |
tree | 4dc7282c15ef359d7a0746ab14f03e3a2c8683ea /src/RDFQuery.cpp | |
parent | f741e4d3dc421793bd69c6ec1c1274da8d7267c1 (diff) | |
download | raul-61c703a6fe358770c9616b91b26fefc7052a285a.tar.gz raul-61c703a6fe358770c9616b91b26fefc7052a285a.tar.bz2 raul-61c703a6fe358770c9616b91b26fefc7052a285a.zip |
Build system fixes, building from top level doesn't recursively configure slv2, but slv2 is still independently packageable/buildable.
Think I've finally figured out how to do recursive autohell without resorting to suicide...
git-svn-id: http://svn.drobilla.net/lad/raul@650 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/RDFQuery.cpp')
-rw-r--r-- | src/RDFQuery.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/RDFQuery.cpp b/src/RDFQuery.cpp index 0e99a22..dc41f56 100644 --- a/src/RDFQuery.cpp +++ b/src/RDFQuery.cpp @@ -18,8 +18,8 @@ #include <iostream> #include <cassert> #include <rasqal.h> -#include "raul/RDFQuery.hpp" -#include "raul/RDFModel.hpp" +#include <raul/RDFQuery.hpp> +#include <raul/RDFModel.hpp> using namespace std; |