mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Cleanup SGML info backends #includes and description
This commit is contained in:
parent
a37d5acb39
commit
aecfb28711
@ -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 <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "elinks.h"
|
||||
|
||||
#include "dom/sgml/docbook/docbook.h"
|
||||
|
@ -1,12 +1,9 @@
|
||||
/* SGML node handling */
|
||||
/* HTML SGML info */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "elinks.h"
|
||||
|
||||
#include "dom/sgml/html/html.h"
|
||||
|
@ -1,12 +1,9 @@
|
||||
/* SGML node handling */
|
||||
/* RSS SGML info */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "elinks.h"
|
||||
|
||||
#include "dom/sgml/rss/rss.h"
|
||||
|
@ -1,12 +1,9 @@
|
||||
/* SGML node handling */
|
||||
/* XBEL SGML info */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "elinks.h"
|
||||
|
||||
#include "dom/sgml/xbel/xbel.h"
|
||||
|
Loading…
Reference in New Issue
Block a user