From f6e551379e32e0e7648cd978cdfa1c9a8b99d8d0 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Tue, 20 Dec 2005 00:48:34 +0100 Subject: [PATCH] Remove some includes which are no longer needed --- src/document/sgml/html/html.c | 7 ------- src/document/sgml/html/html.h | 1 - 2 files changed, 8 deletions(-) diff --git a/src/document/sgml/html/html.c b/src/document/sgml/html/html.c index 63157fc5..bbbc732e 100644 --- a/src/document/sgml/html/html.c +++ b/src/document/sgml/html/html.c @@ -9,15 +9,8 @@ #include "elinks.h" -#include "document/dom/node.h" -#include "document/dom/stack.h" #include "document/sgml/html/html.h" -#include "document/sgml/parser.h" -#include "document/sgml/scanner.h" #include "document/sgml/sgml.h" -#include "util/error.h" -#include "util/memory.h" -#include "util/string.h" #define HTML_(node, name, id) SGML_NODE_INFO(HTML, node, name, id) diff --git a/src/document/sgml/html/html.h b/src/document/sgml/html/html.h index 1d39da58..13234d62 100644 --- a/src/document/sgml/html/html.h +++ b/src/document/sgml/html/html.h @@ -2,7 +2,6 @@ #ifndef EL__DOCUMENT_SGML_HTML_HTML_H #define EL__DOCUMENT_SGML_HTML_HTML_H -#include "document/dom/stack.h" #include "document/sgml/sgml.h" extern struct sgml_info sgml_html_info;