From a9e3d5c56aa515a4a63212ced6433f4612f62e57 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 25 Jun 2009 16:47:00 +0000 Subject: More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h. --- cmd-set-password.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cmd-set-password.c') diff --git a/cmd-set-password.c b/cmd-set-password.c index 3b81d529..b4ea90f3 100644 --- a/cmd-set-password.c +++ b/cmd-set-password.c @@ -1,4 +1,4 @@ -/* $Id: cmd-set-password.c,v 1.4 2009-05-14 07:49:23 nicm Exp $ */ +/* $Id: cmd-set-password.c,v 1.5 2009-06-25 16:47:00 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott @@ -23,10 +23,6 @@ #include "tmux.h" -#ifdef HAVE_CRYPT_H -#include -#endif - /* * Set server password. */ -- cgit