Browse Source

remove unnecessary include of sys/timeb.h.

pre-master-46
Anthony J. Bentley 12 years ago
committed by rlar
parent
commit
7a9abebfe7
  1. 1
      src/maths/misc/randnumb.c

1
src/maths/misc/randnumb.c

@ -47,7 +47,6 @@ Copyright 2008 Holger Vogt
#else
#include <unistd.h>
#endif
#include <sys/timeb.h>
#include <stdarg.h> // var. argumente
/* Tausworthe state variables for double variates*/

Loading…
Cancel
Save