diff options
Diffstat (limited to 'compat.h')
-rw-r--r-- | compat.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,4 +1,4 @@ -/* $Id: compat.h,v 1.29 2010-10-27 21:34:59 nicm Exp $ */ +/* $Id: compat.h,v 1.30 2010-10-27 21:40:03 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -63,10 +63,6 @@ typedef uint64_t u_int64_t; #include "compat/bitstring.h" #endif -#ifdef HAVE_CRYPT_H -#include <crypt.h> -#endif - #ifdef HAVE_PATHS_H #include <paths.h> #endif |