summaryrefslogtreecommitdiff
path: root/src/raptor_stringbuffer.c
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2003-12-15 15:53:01 +0000
committerDave Beckett <dave@dajobe.org>2003-12-15 15:53:01 +0000
commit3e2a6c80a8411ab6b77e2dfe577b3df5119259c1 (patch)
tree9048609fea133a364a6744ec7c563c39d7682644 /src/raptor_stringbuffer.c
parent07aeba2ecd01a8624b3bdf5a9213601a953e631a (diff)
downloadraptor-3e2a6c80a8411ab6b77e2dfe577b3df5119259c1.tar.gz
Remove all RAPTOR_IN_REDLAND code use of REDLAND_LIBS, REDLAND_CFLAGS.
Now the test and rdfdump programs always just use raptor alone.
Diffstat (limited to 'src/raptor_stringbuffer.c')
-rw-r--r--src/raptor_stringbuffer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/raptor_stringbuffer.c b/src/raptor_stringbuffer.c
index 5354c6f2..5050bb28 100644
--- a/src/raptor_stringbuffer.c
+++ b/src/raptor_stringbuffer.c
@@ -318,10 +318,6 @@ raptor_stringbuffer_as_string(raptor_stringbuffer* stringbuffer)
int main(int argc, char *argv[]);
-#ifdef RAPTOR_IN_REDLAND
-#include <librdf.h>
-#endif
-
int
main(int argc, char *argv[])
{