From 89e4e0af40cc62ad92f2b78a7425e22720f395fc Mon Sep 17 00:00:00 2001 From: "Paul A. Patience" Date: Sun, 5 Sep 2021 00:34:24 -0400 Subject: rand: remove redundant inclusion of buf.h. * rand.c: Remove redundant inclusion of buf.h. --- rand.c | 1 - 1 file changed, 1 deletion(-) 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" -- cgit v1.2.3