diff options
author | Paul A. Patience <paul@apatience.com> | 2021-09-05 00:34:24 -0400 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-09-06 10:23:02 -0700 |
commit | 2fe4bf535ec47c851eb217ffbf2652cec436adfb (patch) | |
tree | 42399f9a778067aa62bfd48c9c8585cf8354633b /rand.c | |
parent | c3c2ade4eb4b78ca075c56537cf71db9eae40746 (diff) | |
download | txr-2fe4bf535ec47c851eb217ffbf2652cec436adfb.tar.gz txr-2fe4bf535ec47c851eb217ffbf2652cec436adfb.tar.bz2 txr-2fe4bf535ec47c851eb217ffbf2652cec436adfb.zip |
rand: remove redundant inclusion of buf.h.
* rand.c: Remove redundant inclusion of buf.h.
Diffstat (limited to 'rand.c')
-rw-r--r-- | rand.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -43,7 +43,6 @@ #include "time.h" #include "buf.h" #include "txr.h" -#include "buf.h" #include "itypes.h" #include "rand.h" |