From 8bad5d61fde47eb380872b20aa3cfd1c49b14e83 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 4 Mar 2010 14:50:19 +0000 Subject: [PATCH] don't #include "utmp.h" --HG-- extra : convert_revision : a014a978f213e6ff424e7d10794ae426375f3191 --- svr-chansession.c | 1 - 1 file changed, 1 deletion(-) diff --git a/svr-chansession.c b/svr-chansession.c index 5ecc57f..24cdc68 100644 --- a/svr-chansession.c +++ b/svr-chansession.c @@ -33,7 +33,6 @@ #include "termcodes.h" #include "ssh.h" #include "random.h" -#include "utmp.h" #include "x11fwd.h" #include "agentfwd.h" #include "runopts.h"