1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00

Remove some includes which are no longer needed

This commit is contained in:
Jonas Fonseca 2005-12-20 00:48:34 +01:00 committed by Jonas Fonseca
parent 8e769d48a5
commit f6e551379e
2 changed files with 0 additions and 8 deletions

View File

@ -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)

View File

@ -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;