From f3e85f9d2732b5d83837d41f9d6f1b63380132b8 Mon Sep 17 00:00:00 2001 From: jez Date: Tue, 8 Jul 2008 18:57:44 +0100 Subject: [PATCH] Taggle doesn't have a dependency on Boost. I am a twit. --- examples/Makefile.am | 4 ++-- examples/Taggle/taggle.cpp | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 5ee74a35..3e222c10 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,8 +1,8 @@ -SUBDIRS = SAX Utils +SUBDIRS = SAX Utils Taggle if WANT_DOM SUBDIRS += DOM endif if WANT_XPATH - SUBDIRS += Taggle XPath XSLT + SUBDIRS += XPath XSLT endif diff --git a/examples/Taggle/taggle.cpp b/examples/Taggle/taggle.cpp index bba199da..76cfd1de 100755 --- a/examples/Taggle/taggle.cpp +++ b/examples/Taggle/taggle.cpp @@ -4,9 +4,6 @@ #include #include #include -#include -#include -#include int main(int argc, const char* argv[]) {