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

Make files include dom/string.h instead of util/string.h directly

This commit is contained in:
Jonas Fonseca 2005-12-28 20:45:55 +01:00 committed by Jonas Fonseca
parent e34d0d3de4
commit f1015f8a6a
8 changed files with 11 additions and 11 deletions

View File

@ -11,8 +11,8 @@
#include "dom/css/scanner.h"
#include "dom/scanner.h"
#include "dom/string.h"
#include "util/error.h"
#include "util/string.h"
/* Bitmap entries for the CSS character groups used in the scanner table */

View File

@ -10,9 +10,9 @@
#include "elinks.h"
#include "dom/node.h"
#include "dom/string.h"
#include "util/hash.h"
#include "util/memory.h"
#include "util/string.h"
static void done_dom_node_data(struct dom_node *node);

View File

@ -10,8 +10,8 @@
#include "elinks.h"
#include "dom/scanner.h"
#include "dom/string.h"
#include "util/error.h"
#include "util/string.h"
int

View File

@ -12,8 +12,8 @@
#include "dom/scanner.h"
#include "dom/select.h"
#include "dom/stack.h"
#include "dom/string.h"
#include "util/memory.h"
#include "util/string.h"
/* Selector parsing: */

View File

@ -10,13 +10,13 @@
#include "elinks.h"
#include "dom/node.h"
#include "dom/stack.h"
#include "dom/sgml/parser.h"
#include "dom/sgml/scanner.h"
#include "dom/sgml/sgml.h"
#include "dom/stack.h"
#include "dom/string.h"
#include "util/error.h"
#include "util/memory.h"
#include "util/string.h"
static struct sgml_parsing_state *

View File

@ -9,10 +9,10 @@
#include "elinks.h"
#include "dom/sgml/scanner.h"
#include "util/error.h"
#include "dom/scanner.h"
#include "util/string.h"
#include "dom/sgml/scanner.h"
#include "dom/string.h"
#include "util/error.h"
/* Bitmap entries for the SGML character groups used in the scanner table */

View File

@ -11,8 +11,8 @@
#include "dom/node.h"
#include "dom/sgml/sgml.h"
#include "dom/string.h"
#include "util/error.h"
#include "util/string.h"
/* Backend includes: */

View File

@ -11,8 +11,8 @@
#include "dom/node.h"
#include "dom/stack.h"
#include "dom/string.h"
#include "util/memory.h"
#include "util/string.h"
/* Navigator states */