From 4d3ae034b7c02b6a94e04ec7a32582379b6f4716 Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Fri, 6 Jun 2014 18:25:31 -0400 Subject: crypt: don't include ufc-crypt.h multiple times The file has no inclusion guards, and contains typedefs that cause errors when included multiple times with older (pre-C11) compilers such as gcc 4.4. Save the "#ifdef DOS" content to crypt-private.h even though it's likely not particularly useful. --- crypt/crypt.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'crypt/crypt.c') diff --git a/crypt/crypt.c b/crypt/crypt.c index 4fb2578..1919210 100644 --- a/crypt/crypt.c +++ b/crypt/crypt.c @@ -23,8 +23,6 @@ * */ -#include "ufc-crypt.h" -#include "crypt.h" #include "crypt-private.h" #ifdef _UFC_32_ -- cgit v1.1