From 2c55dc9f18e5111a33da26e8fe08e9601fc3181b Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Fri, 25 Feb 2011 19:28:13 +0000 Subject: Remove some unnecessary includes from prng_fortuna.c git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24663 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/krb/prng_fortuna.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/crypto') diff --git a/src/lib/crypto/krb/prng_fortuna.c b/src/lib/crypto/krb/prng_fortuna.c index 03cec2544..669a9163d 100644 --- a/src/lib/crypto/krb/prng_fortuna.c +++ b/src/lib/crypto/krb/prng_fortuna.c @@ -77,9 +77,7 @@ #include "k5-int.h" #include "prng.h" #include "aes.h" -#include "enc_provider.h" #include "sha2.h" -#include "enc_provider.h" /* The accumulator's number of pools. */ #define NUM_POOLS 32 -- cgit