From 000fa08aeeae0574ff974974a445f82e02dd23b4 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Wed, 26 Jun 2019 15:38:57 +0200 Subject: [PATCH] Remove FIXME. As there's no need to fix that. [skip ci] --- src/random.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/random.c b/src/random.c index f7fa5d8e1..e4d613c04 100644 --- a/src/random.c +++ b/src/random.c @@ -22,11 +22,6 @@ */ #include "unrealircd.h" -// FIXME: move this to unrealircd.h and add the config test -#ifdef HAVE_SYS_RANDOM_H -# include -#endif - #ifndef HAVE_ARC4RANDOM