1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05: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 3c9c1eba1a
commit d7571e313c
3 changed files with 3 additions and 12 deletions

View File

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

View File

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

View File

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