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 | 89e4e0af40cc62ad92f2b78a7425e22720f395fc (patch) | |
tree | 42399f9a778067aa62bfd48c9c8585cf8354633b | |
parent | ecae6a5212a080cffbafa3870873f24797a4238a (diff) | |
download | txr-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.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" |