From 7a9abebfe7b60eb697ab0ade0418caad261a90ff Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Thu, 5 Dec 2013 19:41:16 -0700 Subject: [PATCH] remove unnecessary include of sys/timeb.h. --- src/maths/misc/randnumb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/maths/misc/randnumb.c b/src/maths/misc/randnumb.c index da2d50f71..bc7433cb4 100644 --- a/src/maths/misc/randnumb.c +++ b/src/maths/misc/randnumb.c @@ -47,7 +47,6 @@ Copyright 2008 Holger Vogt #else #include #endif -#include #include // var. argumente /* Tausworthe state variables for double variates*/