From 132d48b8f3d3bd619acb8a88dada46b54f4671f0 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 13 Sep 2020 08:29:35 +0100 Subject: [PATCH] Remove redundant #includes from sshutils.c. None of these was necessary at all. I think I must have just pasted the existing list of includes when I split this file off from sshcommon.c. --- sshutils.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sshutils.c b/sshutils.c index dd8bf561..1ee3342b 100644 --- a/sshutils.c +++ b/sshutils.c @@ -7,10 +7,7 @@ #include #include "putty.h" -#include "mpint.h" #include "ssh.h" -#include "sshbpp.h" -#include "sshppl.h" #include "sshchan.h" /* ----------------------------------------------------------------------