diff options
Diffstat (limited to 'packet.c')
-rw-r--r-- | packet.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: packet.c,v 1.275 2018/07/09 13:37:10 sf Exp $ */ | 1 | /* $OpenBSD: packet.c,v 1.276 2018/07/09 21:03:30 markus Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -63,9 +63,6 @@ | |||
63 | 63 | ||
64 | #include <zlib.h> | 64 | #include <zlib.h> |
65 | 65 | ||
66 | #include "buffer.h" /* typedefs XXX */ | ||
67 | #include "key.h" /* typedefs XXX */ | ||
68 | |||
69 | #include "xmalloc.h" | 66 | #include "xmalloc.h" |
70 | #include "crc32.h" | 67 | #include "crc32.h" |
71 | #include "compat.h" | 68 | #include "compat.h" |