aboutsummaryrefslogtreecommitdiff
path: root/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/compat.h b/compat.h
index 40aeca63..eba32caa 100644
--- a/compat.h
+++ b/compat.h
@@ -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