diff --git a/src/dom/sgml/docbook/docbook.c b/src/dom/sgml/docbook/docbook.c index d4b96bdc..61f40afe 100644 --- a/src/dom/sgml/docbook/docbook.c +++ b/src/dom/sgml/docbook/docbook.c @@ -1,13 +1,9 @@ -/* SGML node handling */ -/* $Id: docbook.c,v 1.1.2.24 2004/02/29 02:47:30 jonas Exp $ */ +/* DocBook SGML info */ #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include -#include - #include "elinks.h" #include "dom/sgml/docbook/docbook.h" diff --git a/src/dom/sgml/html/html.c b/src/dom/sgml/html/html.c index 763bf9f1..dfdb3ac0 100644 --- a/src/dom/sgml/html/html.c +++ b/src/dom/sgml/html/html.c @@ -1,12 +1,9 @@ -/* SGML node handling */ +/* HTML SGML info */ #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include -#include - #include "elinks.h" #include "dom/sgml/html/html.h" diff --git a/src/dom/sgml/rss/rss.c b/src/dom/sgml/rss/rss.c index ecd6fa7d..64293623 100644 --- a/src/dom/sgml/rss/rss.c +++ b/src/dom/sgml/rss/rss.c @@ -1,12 +1,9 @@ -/* SGML node handling */ +/* RSS SGML info */ #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include -#include - #include "elinks.h" #include "dom/sgml/rss/rss.h" diff --git a/src/dom/sgml/xbel/xbel.c b/src/dom/sgml/xbel/xbel.c index acfcf10c..66b2f43c 100644 --- a/src/dom/sgml/xbel/xbel.c +++ b/src/dom/sgml/xbel/xbel.c @@ -1,12 +1,9 @@ -/* SGML node handling */ +/* XBEL SGML info */ #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include -#include - #include "elinks.h" #include "dom/sgml/xbel/xbel.h"