From 126ae8c76441b9024370814b89e4659cd36ad3f6 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 f3c064e75..34e941e61 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 */