From 976812280cdec78493573e5aa6658a679ca16b2a Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Fri, 12 Oct 2012 18:05:47 +0200 Subject: [PATCH] packet.h: remove include of cipher.h --- ssh/packet.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ssh/packet.h b/ssh/packet.h index 386de12..9975e5e 100644 --- a/ssh/packet.h +++ b/ssh/packet.h @@ -24,7 +24,6 @@ #include /* XXX fixme */ -#include "cipher.h" #include "dispatch.h" #include "ssh.h"