summaryrefslogtreecommitdiffstats
path: root/rand.c
diff options
context:
space:
mode:
authorPaul A. Patience <paul@apatience.com>2021-09-05 00:34:24 -0400
committerKaz Kylheku <kaz@kylheku.com>2021-09-06 10:23:02 -0700
commit2fe4bf535ec47c851eb217ffbf2652cec436adfb (patch)
tree42399f9a778067aa62bfd48c9c8585cf8354633b /rand.c
parentc3c2ade4eb4b78ca075c56537cf71db9eae40746 (diff)
downloadtxr-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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rand.c b/rand.c
index 3ee6646c..7e3bd735 100644
--- a/rand.c
+++ b/rand.c
@@ -43,7 +43,6 @@
#include "time.h"
#include "buf.h"
#include "txr.h"
-#include "buf.h"
#include "itypes.h"
#include "rand.h"