From d3f9d5478df478427c2aa5db4507ddd0a38f0eb6 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Tue, 10 Nov 1998 19:47:00 -0500 Subject: snapshot of project "lynx", label v2-8-2dev_2 --- WWW/Library/Implementation/HTAAFile.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'WWW/Library/Implementation/HTAAFile.h') diff --git a/WWW/Library/Implementation/HTAAFile.h b/WWW/Library/Implementation/HTAAFile.h index e20735c7..8986b593 100644 --- a/WWW/Library/Implementation/HTAAFile.h +++ b/WWW/Library/Implementation/HTAAFile.h @@ -15,10 +15,6 @@ #ifndef HTAAFILE_H #define HTAAFILE_H -#ifndef HTUTILS_H -#include /* BOOL, PARAMS, ARGS */ -#endif /* HTUTILS_H */ -/*#include included by HTUtils.h -- FM *//* FILE */ #include /* HTList */ #ifdef SHORT_NAMES -- cgit 1.4.1-2-gfad0 mirror of ranger - a simple, vim-like file managerakspecs <akspecs@tilde.institute>
summary refs log tree commit diff stats
blob: f934591d0525a7250aa1e3263007524259eb2e84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95