mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Make files include dom/string.h instead of util/string.h directly
This commit is contained in:
parent
e34d0d3de4
commit
f1015f8a6a
@ -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 */
|
||||
|
@ -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);
|
||||
|
@ -10,8 +10,8 @@
|
||||
#include "elinks.h"
|
||||
|
||||
#include "dom/scanner.h"
|
||||
#include "dom/string.h"
|
||||
#include "util/error.h"
|
||||
#include "util/string.h"
|
||||
|
||||
|
||||
int
|
||||
|
@ -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: */
|
||||
|
@ -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 *
|
||||
|
@ -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 */
|
||||
|
@ -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: */
|
||||
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user