summaryrefslogtreecommitdiff
path: root/src/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/random.c')
-rw-r--r--src/random.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/random.c b/src/random.c
index f6c49971d..cb12ec805 100644
--- a/src/random.c
+++ b/src/random.c
@@ -1,5 +1,4 @@
#include "global.h"
-#include "random.h"
// The number 1103515245 comes from the example implementation
// of rand and srand in the ISO C standard.