diff options
author | Tim Rice <tim@multitalents.net> | 2013-02-19 19:01:51 -0800 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2013-02-19 19:01:51 -0800 |
commit | c31db8cd6e301c8d4024cb9250e3178d13d1be44 (patch) | |
tree | 2199bc2ede9202280b28363168e6cb016fbdaa59 /krl.c | |
parent | c08b3ef6f435b64c3b7125f93e5b3e661e019f3e (diff) |
- (tim) [krl.c Makefile.in regress/Makefile regress/modpipe.c] remove unneeded
err.h include from krl.c. Additional portability fixes for modpipe. OK djm
Diffstat (limited to 'krl.c')
-rw-r--r-- | krl.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -33,7 +33,6 @@ | |||
33 | #include "buffer.h" | 33 | #include "buffer.h" |
34 | #include "key.h" | 34 | #include "key.h" |
35 | #include "authfile.h" | 35 | #include "authfile.h" |
36 | #include "err.h" | ||
37 | #include "misc.h" | 36 | #include "misc.h" |
38 | #include "log.h" | 37 | #include "log.h" |
39 | #include "xmalloc.h" | 38 | #include "xmalloc.h" |