1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00:00

Cleanup SGML info backends #includes and description

This commit is contained in:
Jonas Fonseca 2006-01-14 08:07:00 +01:00 committed by Jonas Fonseca
parent a37d5acb39
commit aecfb28711
4 changed files with 4 additions and 17 deletions

View File

@ -1,13 +1,9 @@
/* SGML node handling */ /* DocBook SGML info */
/* $Id: docbook.c,v 1.1.2.24 2004/02/29 02:47:30 jonas Exp $ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
#endif #endif
#include <stdlib.h>
#include <string.h>
#include "elinks.h" #include "elinks.h"
#include "dom/sgml/docbook/docbook.h" #include "dom/sgml/docbook/docbook.h"

View File

@ -1,12 +1,9 @@
/* SGML node handling */ /* HTML SGML info */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
#endif #endif
#include <stdlib.h>
#include <string.h>
#include "elinks.h" #include "elinks.h"
#include "dom/sgml/html/html.h" #include "dom/sgml/html/html.h"

View File

@ -1,12 +1,9 @@
/* SGML node handling */ /* RSS SGML info */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
#endif #endif
#include <stdlib.h>
#include <string.h>
#include "elinks.h" #include "elinks.h"
#include "dom/sgml/rss/rss.h" #include "dom/sgml/rss/rss.h"

View File

@ -1,12 +1,9 @@
/* SGML node handling */ /* XBEL SGML info */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
#endif #endif
#include <stdlib.h>
#include <string.h>
#include "elinks.h" #include "elinks.h"
#include "dom/sgml/xbel/xbel.h" #include "dom/sgml/xbel/xbel.h"