diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-01-28 10:39:47 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-01-28 10:39:47 -0500 |
commit | b6d1143cba1a1910742924e8724f02585160f513 (patch) | |
tree | 74f9feab492293a391ee1b2979b0d9f3e42e2d95 /src/LYKeymap.c | |
parent | ab8b1f12eaf6b1524439f4a277cb7d122068acd7 (diff) | |
download | lynx-snapshots-b6d1143cba1a1910742924e8724f02585160f513.tar.gz |
snapshot of project "lynx", label v2-7-1ac-0_111
Diffstat (limited to 'src/LYKeymap.c')
-rw-r--r-- | src/LYKeymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYKeymap.c b/src/LYKeymap.c index 2dd590a7..7b672158 100644 --- a/src/LYKeymap.c +++ b/src/LYKeymap.c @@ -1,8 +1,8 @@ #include "HTUtils.h" #include "tcp.h" #include "LYUtils.h" -#include "LYGlobalDefs.h" #include "LYKeymap.h" +#include "LYGlobalDefs.h" #include "HTAccess.h" #include "HTFormat.h" #include "HTAlert.h" |