summaryrefslogtreecommitdiffstats
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
commit89e4e0af40cc62ad92f2b78a7425e22720f395fc (patch)
tree42399f9a778067aa62bfd48c9c8585cf8354633b
parentecae6a5212a080cffbafa3870873f24797a4238a (diff)
downloadtxr-89e4e0af40cc62ad92f2b78a7425e22720f395fc.tar.gz
txr-89e4e0af40cc62ad92f2b78a7425e22720f395fc.tar.bz2
txr-89e4e0af40cc62ad92f2b78a7425e22720f395fc.zip
rand: remove redundant inclusion of buf.h.
* rand.c: Remove redundant inclusion of buf.h.
-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"