From a7befd9b8fba6f6d777f7d8436154dc62f1fa652 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 19 Aug 2010 16:04:36 +0200 Subject: Do not include linux headers to libtom files. This will allow easier replacement of them. --- libtomcrypt/math/rand_prime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtomcrypt/math') diff --git a/libtomcrypt/math/rand_prime.c b/libtomcrypt/math/rand_prime.c index ab73cd0..5eff3a1 100644 --- a/libtomcrypt/math/rand_prime.c +++ b/libtomcrypt/math/rand_prime.c @@ -9,7 +9,7 @@ * Tom St Denis, tomstdenis@gmail.com, http://libtom.org */ #include "tomcrypt.h" -#include + /** @file rand_prime.c -- cgit