From 9ddadc3075de0ee4937acd1b344f5b38fb8201e9 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Thu, 19 Jan 2006 04:50:10 +0100 Subject: [PATCH] #include dom/node.h instead of dom/stack.h --- src/dom/sgml/sgml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dom/sgml/sgml.h b/src/dom/sgml/sgml.h index 0e059f60a..616bc9a0f 100644 --- a/src/dom/sgml/sgml.h +++ b/src/dom/sgml/sgml.h @@ -4,7 +4,7 @@ #include -#include "dom/stack.h" +#include "dom/node.h" #include "dom/string.h" /* The flags stored in the attribute sgml node info data */