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[]) {